Searched refs:texHeight (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_Font.cpp | 36 u16 texHeight, in LoadTexture() argument 75 …glTexImage2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, … in LoadTexture()
|
| D | font_CharWriter.cpp | 284 NW_FONT_MIN_ASSERT(glyph.texHeight, 1); in PrintGlyph() 294 const f32 texTop = 1.0f * (glyph.texHeight - glyph.cellY) / glyph.texHeight; in PrintGlyph() 295 const f32 texBottom = 1.0f * (glyph.texHeight - (glyph.cellY + glyph.height)) in PrintGlyph() 296 / glyph.texHeight; in PrintGlyph() 465 glyph.texHeight, in LoadTexture()
|
| D | font_ResFontBase.cpp | 452 glyph->texHeight = tg.sheetHeight; in SetGlyphMember()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_Font.h | 127 u16 texHeight; //!< シートの高さ member 418 u16 texHeight,
|