Searched refs:bottom_line (Results 1 – 3 of 3) sorted by relevance
136 int bottom_line = DetectFirstLastScan(pBitmap, false); in RenderGlyph() local137 if (top_line == 0 && bottom_line == pBitmap->GetHeight() - 1) { in RenderGlyph()146 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line); in RenderGlyph()150 (bFlipped ? top_line - bottom_line : bottom_line - top_line) * in RenderGlyph()
40 int& bottom_line) { in AdjustBlue() argument42 bottom_line = _AdjustBlue(bottom, m_BottomBlueCount, m_BottomBlue); in AdjustBlue()
24 void AdjustBlue(float top, float bottom, int& top_line, int& bottom_line);