Lines Matching refs:SkOpContour
19 class SkOpContour; variable
49 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic()
57 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic()
75 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { in addLine()
90 SkOpSegment* addQuad(SkPoint pts[3], SkOpContour* parent) { in addQuad()
120 SkOpContour* contour() const { in contour()
130 SkOpContour* debugContour(int id);
184 SkOpSpan* findSortableTop(SkOpContour* );
195 void init(SkPoint pts[], SkScalar weight, SkOpContour* parent, SkPath::Verb verb);
294 void setContour(SkOpContour* contour) { in setContour()
385 SkOpContour* fContour;