Home | History | Annotate | Download | only in pathops

Lines Matching refs:SkOpContour

19 class SkOpContour;
44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) {
52 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) {
71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) {
87 SkOpSegment* addQuad(SkPoint pts[3], SkOpContour* parent) {
123 SkOpContour* contour() const {
145 SkOpContour* debugContour(int id) const;
224 SkOpSpan* findSortableTop(SkOpContour* );
235 void init(SkPoint pts[], SkScalar weight, SkOpContour* parent, SkPath::Verb verb);
350 void setContour(SkOpContour* contour) {
435 SkOpContour* fContour;