Home | History | Annotate | Download | only in ge

Lines Matching refs:char_bottom

32         int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY);

37 rect.bottom = char_bottom;
49 if (rect.bottom < char_bottom) {
50 rect.bottom = char_bottom;