Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp411 FX_FLOAT inter_x[3]; in DrawGouraud() local
421 GetScanlineIntersect(y, position1, position2, &inter_x[nIntersects]); in DrawGouraud()
435 if (inter_x[0] < inter_x[1]) { in DrawGouraud()
436 min_x = (int)FXSYS_floor(inter_x[0]); in DrawGouraud()
437 max_x = (int)FXSYS_ceil(inter_x[1]); in DrawGouraud()
441 min_x = (int)FXSYS_floor(inter_x[1]); in DrawGouraud()
442 max_x = (int)FXSYS_ceil(inter_x[0]); in DrawGouraud()