Searched refs:texWidth (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_Font.cpp | 37 u16 texWidth, in LoadTexture() argument 77 …glTexImage2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, … in LoadTexture()
|
| D | font_CharWriter.cpp | 285 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()
|
| D | font_ResFontBase.cpp | 453 glyph->texWidth = tg.sheetWidth; in SetGlyphMember()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_Font.h | 128 u16 texWidth; //!< シートの幅 member 419 u16 texWidth,
|