Home | History | Annotate | Download | only in pathops

Lines Matching refs:SkOpContour

14 class SkOpContour;
18 SkOpContour* fOther;
24 class SkOpContour {
26 SkOpContour() {
33 bool operator<(const SkOpContour& rh) const {
39 bool addCoincident(int index, SkOpContour* other, int otherIndex,
43 void addCross(const SkOpContour* crosser) {
66 bool addPartialCoincident(int index, SkOpContour* other, int otherIndex,
75 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
80 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
129 bool crosses(const SkOpContour* crosser) const {
242 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);
255 SkTArray<const SkOpContour*, true> fCrosses;