Lines Matching refs:SkOpSegment
38 SkOpSegment* addLine(SkPoint pts[2]) { in addLine()
47 SkOpSegment& appendSegment() { in appendSegment()
48 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>() in appendSegment()
64 SkOpSegment* segment = &fHead; in calcAngles()
113 const SkOpSegment* debugSegment(int id) const { in debugSegment()
119 SkOpSegment* segment = &fHead; in debugShowActiveSpans()
136 const SkOpSegment* segment = &fHead; in debugValidate()
137 const SkOpSegment* prior = nullptr; in debugValidate()
176 SkOpSegment* first() { in first()
181 const SkOpSegment* first() const { in first()
206 SkOpSegment* segment = &fHead; in joinSegments()
207 SkOpSegment* next; in joinSegments()
215 SkOpSegment* segment = &fHead; in markAllDone()
224 SkOpSegment* segment = &fHead; in missingCoincidence()
237 SkOpSegment* segment = &fHead; in moveMultiples()
248 SkOpSegment* segment = &fHead; in moveNearby()
306 const SkOpSegment* segment = &fHead; in setBounds()
344 SkOpSegment* segment = &fHead; in sortAngles()
356 const SkOpSegment* segment = fTail; in toPartialBackward()
363 const SkOpSegment* segment = &fHead; in toPartialForward()
375 SkOpSegment fHead;
376 SkOpSegment* fTail;