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

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp318 int min_yi = (int)FXSYS_floor(min_y), max_yi = (int)FXSYS_ceil(max_y); local
322 if (max_yi >= pBitmap->GetHeight()) {
323 max_yi = pBitmap->GetHeight() - 1;
325 for (int y = min_yi; y <= max_yi; y ++) {

Completed in 57 milliseconds