Home | History | Annotate | Download | only in Intersection

Lines Matching refs:pts1

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