Searched refs:FromPoints (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 497 void FromPoints(float p0, float p1, float p2, float p3) { in FromPoints() function 549 void FromPoints(float x0, in FromPoints() function 557 x.FromPoints(x0, x1, x2, x3); in FromPoints() 558 y.FromPoints(y0, y1, y2, y3); in FromPoints() 843 C1.FromPoints(coords[0].x, coords[0].y, coords[11].x, coords[11].y, in DrawCoonPatchMeshes() 845 C2.FromPoints(coords[3].x, coords[3].y, coords[4].x, coords[4].y, in DrawCoonPatchMeshes() 847 D1.FromPoints(coords[0].x, coords[0].y, coords[1].x, coords[1].y, in DrawCoonPatchMeshes() 849 D2.FromPoints(coords[9].x, coords[9].y, coords[8].x, coords[8].y, in DrawCoonPatchMeshes()
|