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