HomeSort by relevance Sort by last modified time
    Searched refs:top_line (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 72 int& top_line,
74 top_line = _AdjustBlue(top, m_TopBlueCount, m_TopBlue);
139 int top_line, bottom_line; local
140 top_line = _DetectFirstLastScan(pBitmap, TRUE);
142 if (top_line == 0 && bottom_line == pBitmap->GetHeight() - 1) {
151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);
154 (int)((bFlipped ? top_line - bottom_line : bottom_line - top_line) *
156 top = top_line;
render_int.h 30 int& top_line,

Completed in 747 milliseconds