Lines Matching defs:parent
44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) {
45 init(pts, weight, parent, SkPath::kConic_Verb);
52 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) {
53 init(pts, 1, parent, SkPath::kCubic_Verb);
71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) {
73 init(pts, 1, parent, SkPath::kLine_Verb);
87 SkOpSegment* addQuad(SkPoint pts[3], SkOpContour* parent) {
88 init(pts, 1, parent, SkPath::kQuad_Verb);
231 void init(SkPoint pts[], SkScalar weight, SkOpContour* parent, SkPath::Verb verb);
288 bool match(const SkOpPtT* span, const SkOpSegment* parent, double t, const SkPoint& pt) const;