Searched refs:cellX (Results 1 – 3 of 3) sorted by relevance
130 u16 cellX; //!< シート内でのセル左上隅のx座標 member
290 const f32 texLeft = 1.0f * glyph.cellX / glyph.texWidth; in PrintGlyph()291 const f32 texRight = 1.0f * (glyph.cellX + glyph.widths.glyphWidth) in PrintGlyph()
455 glyph->cellX = static_cast<u16>(cellPixelX + 1); in SetGlyphMember()