Home | History | Annotate | Download | only in ge

Lines Matching refs:char_top

31         int char_top = glyph.m_OriginY - pGlyph->m_Top;

32 int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY);
36 rect.top = char_top;
46 if (rect.top > char_top) {
47 rect.top = char_top;