Home
last modified time | relevance | path

Searched refs:texWidth (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_Font.cpp37 u16 texWidth, in LoadTexture() argument
77 …glTexImage2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, … in LoadTexture()
Dfont_CharWriter.cpp285 NW_FONT_MIN_ASSERT(glyph.texWidth, 1); in PrintGlyph()
290 const f32 texLeft = 1.0f * glyph.cellX / glyph.texWidth; in PrintGlyph()
292 / glyph.texWidth; in PrintGlyph()
466 glyph.texWidth, in LoadTexture()
Dfont_ResFontBase.cpp453 glyph->texWidth = tg.sheetWidth; in SetGlyphMember()
/NW4C-2.0.3/include/nw/font/
Dfont_Font.h128 u16 texWidth; //!< シートの幅 member
419 u16 texWidth,