Searched refs:cellY (Results 1 – 3 of 3) sorted by relevance
129 u16 cellY; //!< シート内でのセル左上隅のy座標 member
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()
454 glyph->cellY = static_cast<u16>(cellPixelY + 1); in SetGlyphMember()