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.cpp323 int nIntersects = 0; in _DrawGouraud() local
329 vertex2.x, vertex2.y, inter_x[nIntersects]); in _DrawGouraud()
333 …r[nIntersects] = vertex1.r + FXSYS_MulDiv(vertex2.r - vertex1.r, y - vertex1.y, vertex2.y - vertex… in _DrawGouraud()
334 …g[nIntersects] = vertex1.g + FXSYS_MulDiv(vertex2.g - vertex1.g, y - vertex1.y, vertex2.y - vertex… in _DrawGouraud()
335 …b[nIntersects] = vertex1.b + FXSYS_MulDiv(vertex2.b - vertex1.b, y - vertex1.y, vertex2.y - vertex… in _DrawGouraud()
336 nIntersects ++; in _DrawGouraud()
338 if (nIntersects != 2) { in _DrawGouraud()