Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp454 void FromPoints(float p0, float p1, float p2, float p3) in FromPoints() function
508 void FromPoints(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) in FromPoints() function
510 x.FromPoints(x0, x1, x2, x3); in FromPoints()
511 y.FromPoints(y0, y1, y2, y3); in FromPoints()
725 … C1.FromPoints(coords[0].x, coords[0].y, coords[11].x, coords[11].y, coords[10].x, coords[10].y, in _DrawCoonPatchMeshes()
727 C2.FromPoints(coords[3].x, coords[3].y, coords[4].x, coords[4].y, coords[5].x, coords[5].y, in _DrawCoonPatchMeshes()
729 D1.FromPoints(coords[0].x, coords[0].y, coords[1].x, coords[1].y, coords[2].x, coords[2].y, in _DrawCoonPatchMeshes()
731 D2.FromPoints(coords[9].x, coords[9].y, coords[8].x, coords[8].y, coords[7].x, coords[7].y, in _DrawCoonPatchMeshes()