Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp351 int nIntersects = 0; in DrawGouraud() local
357 y, vertex1.x, vertex1.y, vertex2.x, vertex2.y, inter_x[nIntersects]); in DrawGouraud()
361 r[nIntersects] = in DrawGouraud()
364 g[nIntersects] = in DrawGouraud()
367 b[nIntersects] = in DrawGouraud()
370 nIntersects++; in DrawGouraud()
372 if (nIntersects != 2) { in DrawGouraud()