Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp344 int max_yi = static_cast<int>(ceil(max_y)); in DrawGouraud() local
346 if (max_yi >= pBitmap->GetHeight()) in DrawGouraud()
347 max_yi = pBitmap->GetHeight() - 1; in DrawGouraud()
349 for (int y = min_yi; y <= max_yi; y++) { in DrawGouraud()