Home
last modified time | relevance | path

Searched refs:top_line (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp72 int& top_line, in AdjustBlue() argument
74 top_line = _AdjustBlue(top, m_TopBlueCount, m_TopBlue); in AdjustBlue()
139 int top_line, bottom_line; in RenderGlyph() local
140 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()
Drender_int.h30 int& top_line,