Searched refs:FromPoints (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 558 void FromPoints(float p0, float p1, float p2, float p3) { in FromPoints() function 610 void FromPoints(float x0, in FromPoints() function 618 x.FromPoints(x0, x1, x2, x3); in FromPoints() 619 y.FromPoints(y0, y1, y2, y3); in FromPoints() 903 C1.FromPoints(coords[0].x, coords[0].y, coords[11].x, coords[11].y, in DrawCoonPatchMeshes() 905 C2.FromPoints(coords[3].x, coords[3].y, coords[4].x, coords[4].y, in DrawCoonPatchMeshes() 907 D1.FromPoints(coords[0].x, coords[0].y, coords[1].x, coords[1].y, in DrawCoonPatchMeshes() 909 D2.FromPoints(coords[9].x, coords[9].y, coords[8].x, coords[8].y, in DrawCoonPatchMeshes()
|