Searched refs:texHeight (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_Font.cpp | 38 u16 texHeight, in LoadTexture() argument 77 …glTexImage2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, … in LoadTexture()
|
| D | font_CharWriter.cpp | 286 NW_FONT_MIN_ASSERT(glyph.texHeight, 1); in PrintGlyph() 296 const f32 texTop = 1.0f * (glyph.texHeight - glyph.cellY) / glyph.texHeight; in PrintGlyph() 297 const f32 texBottom = 1.0f * (glyph.texHeight - (glyph.cellY + glyph.height)) in PrintGlyph() 298 / glyph.texHeight; in PrintGlyph() 467 glyph.texHeight, in LoadTexture()
|
| D | font_ResFontBase.cpp | 454 glyph->texHeight = tg.sheetHeight; in SetGlyphMember()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_Font.h | 129 u16 texHeight; //!< シートの高さ member 420 u16 texHeight,
|