Searched defs:bottom_line (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp74 void CPDF_Type3Glyphs::AdjustBlue(FX_FLOAT top, FX_FLOAT bottom, int& top_line, int& bottom_line) argument
77 bottom_line = _AdjustBlue(bottom, m_BottomBlueCount, m_BottomBlue);
139 int top_line, bottom_line; local
141 bottom_line = _DetectFirstLastScan(pBitmap, FALSE);
142 if (top_line == 0 && bottom_line == pBitmap->GetHeight() - 1) {
151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);
152 pResBitmap = pBitmap->StretchTo((int)(FXSYS_round(image_matrix.a) * retinaScaleX), (int)((bFlipped ? top_line - bottom_line : bottom_line - top_line) * retinaScaleY));

Completed in 103 milliseconds