Searched refs:top_line (Results 1 – 2 of 2) sorted by relevance
72 int& top_line, in AdjustBlue() argument74 top_line = _AdjustBlue(top, m_TopBlueCount, m_TopBlue); in AdjustBlue()139 int top_line, bottom_line; in RenderGlyph() local140 top_line = _DetectFirstLastScan(pBitmap, TRUE); in RenderGlyph()142 if (top_line == 0 && bottom_line == pBitmap->GetHeight() - 1) { in RenderGlyph()151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line); in RenderGlyph()154 (int)((bFlipped ? top_line - bottom_line : bottom_line - top_line) * in RenderGlyph()156 top = top_line; in RenderGlyph()
30 int& top_line,