Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp351 float inter_x[3]; in DrawGouraud() local
361 GetScanlineIntersect(y, position1, position2, &inter_x[nIntersects]); in DrawGouraud()
375 if (inter_x[0] < inter_x[1]) { in DrawGouraud()
376 min_x = (int)floor(inter_x[0]); in DrawGouraud()
377 max_x = (int)ceil(inter_x[1]); in DrawGouraud()
381 min_x = (int)floor(inter_x[1]); in DrawGouraud()
382 max_x = (int)ceil(inter_x[0]); in DrawGouraud()