Home | History | Annotate | Download | only in Intersection

Lines Matching defs:pts2

87         const SkPoint* pts2, SkPath::Verb c2Type) {
105 pts2[0].fX, pts2[0].fY,
106 pts2[c2Type].fX, pts2[c2Type].fY);
118 const SkPoint* pts1, * pts2;
123 SkPath::Verb c2Type = setPath(firstI, path2, pts2);
124 testPath(path2, pts1, c1Type, pts2, c2Type);
131 SkPath::Verb c2Type = setPath(i, path2, pts2);
132 testPath(path2, pts1, c1Type, pts2, c2Type);