Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
30 appendSegment().addConic(pts, weight, this);
34 appendSegment().addCubic(pts, this);
39 return appendSegment().addLine(pts, this);
43 appendSegment().addQuad(pts, this);
47 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>()
87 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
91 return this->globalState()->coincidence();
99 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
109 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
113 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
126 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
220 // Please keep this aligned with debugMissingCoincidence()
289 SkOpContour* next = this;
393 SkOpContour* contour = this->globalState()->allocator()->make<SkOpContour>();
395 SkOpContour* prev = this;
405 SkOpContour* next = this;
415 if (contour == this) {
416 SkASSERT(this->count() == 0);
420 SkOpContour* prev = this;