Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_Font.cpp36 u16 texHeight, in LoadTexture() argument
75 …glTexImage2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, … in LoadTexture()
Dfont_CharWriter.cpp284 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()
Dfont_ResFontBase.cpp452 glyph->texHeight = tg.sheetHeight; in SetGlyphMember()
/NW4C-1.3.3/include/nw/font/
Dfont_Font.h127 u16 texHeight; //!< シートの高さ member
418 u16 texHeight,