Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp405 int max_yi = static_cast<int>(ceil(max_y)); in DrawGouraud() local
407 if (max_yi >= pBitmap->GetHeight()) in DrawGouraud()
408 max_yi = pBitmap->GetHeight() - 1; in DrawGouraud()
410 for (int y = min_yi; y <= max_yi; y++) { in DrawGouraud()