Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_Font.cpp38 u16 texHeight, in LoadTexture() argument
77 …glTexImage2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, … in LoadTexture()
Dfont_CharWriter.cpp286 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()
Dfont_ResFontBase.cpp454 glyph->texHeight = tg.sheetHeight; in SetGlyphMember()
/NW4C-2.0.3/include/nw/font/
Dfont_Font.h129 u16 texHeight; //!< シートの高さ member
420 u16 texHeight,