Lines Matching refs:SkOpContour
19 class SkOpContour; variable
44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic()
52 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic()
71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { in addLine()
87 SkOpSegment* addQuad(SkPoint pts[3], SkOpContour* parent) { in addQuad()
119 SkOpContour* contour() const { in contour()
141 SkOpContour* debugContour(int id) const;
220 SkOpSpan* findSortableTop(SkOpContour* );
231 void init(SkPoint pts[], SkScalar weight, SkOpContour* parent, SkPath::Verb verb);
346 void setContour(SkOpContour* contour) { in setContour()
431 SkOpContour* fContour;