Home
last modified time | relevance | path

Searched refs:cellX (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_Font.h130 u16 cellX; //!< シート内でのセル左上隅のx座標 member
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp290 const f32 texLeft = 1.0f * glyph.cellX / glyph.texWidth; in PrintGlyph()
291 const f32 texRight = 1.0f * (glyph.cellX + glyph.widths.glyphWidth) in PrintGlyph()
Dfont_ResFontBase.cpp455 glyph->cellX = static_cast<u16>(cellPixelX + 1); in SetGlyphMember()