Lines Matching refs:pts1
58 static SkPath::Verb setPath(size_t outer, SkPath& path, const SkPoint*& pts1) { in setPath() argument
64 pts1 = lines[outer]; in setPath()
72 pts1 = quads[outer]; in setPath()
80 pts1 = cubics[outer]; in setPath()
86 static void testPath(const SkPath& path, const SkPoint* pts1, SkPath::Verb c1Type, in testPath() argument
101 pts1[0].fX, pts1[0].fY, in testPath()
102 pts1[c1Type].fX, pts1[c1Type].fY, in testPath()
118 const SkPoint* pts1, * pts2; in SimplifyAddIntersectingTs_Test() local
121 SkPath::Verb c1Type = setPath(firstO, path, pts1); in SimplifyAddIntersectingTs_Test()
124 testPath(path2, pts1, c1Type, pts2, c2Type); in SimplifyAddIntersectingTs_Test()
128 SkPath::Verb c1Type = setPath(o, path, pts1); in SimplifyAddIntersectingTs_Test()
132 testPath(path2, pts1, c1Type, pts2, c2Type); in SimplifyAddIntersectingTs_Test()