Searched refs:texWidth (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_Font.cpp | 35 u16 texWidth, in LoadTexture() argument 75 …glTexImage2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, … in LoadTexture()
|
| D | font_CharWriter.cpp | 283 NW_FONT_MIN_ASSERT(glyph.texWidth, 1); in PrintGlyph() 288 const f32 texLeft = 1.0f * glyph.cellX / glyph.texWidth; in PrintGlyph() 290 / glyph.texWidth; in PrintGlyph() 464 glyph.texWidth, in LoadTexture()
|
| D | font_ResFontBase.cpp | 451 glyph->texWidth = tg.sheetWidth; in SetGlyphMember()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_Font.h | 126 u16 texWidth; //!< シートの幅 member 417 u16 texWidth,
|