Searched refs:debugSegment (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.h67 const SkOpSegment* debugSegment(int id) const { function in class:SkOpCoincidence
68 return SkDEBUGRELEASE(fDebugState->debugSegment(id), nullptr);
H A DSkOpAngle.h53 const SkOpSegment* debugSegment(int id) const;
H A DSkOpContour.h148 const SkOpSegment* debugSegment(int id) const { function in class:SkOpContour
149 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
H A DSkOpSpan.h67 const SkOpSegment* debugSegment(int id) const;
216 const SkOpSegment* debugSegment(int id) const;
H A DSkPathOpsTypes.h71 const class SkOpSegment* debugSegment(int id) const;
H A DSkOpSegment.h164 const SkOpSegment* debugSegment(int id) const;
/external/skia/tests/
H A DPathOpsDebug.cpp211 return angle->debugSegment(id);
231 return contour->debugSegment(id);
251 return coin->debugSegment(id);
271 return ptT->debugSegment(id);
291 return span->debugSegment(id);
311 return span->debugSegment(id);
798 const SkOpSegment* SkOpAngle::debugSegment(int id) const { function in class:SkOpAngle
799 return this->segment()->debugSegment(id);
932 const SkOpSegment* SkOpPtT::debugSegment(int id) const { function in class:SkOpPtT
933 return this->span()->debugSegment(i
983 const SkOpSegment* SkOpSpanBase::debugSegment(int id) const { function in class:SkOpSpanBase
1080 const SkOpSegment* SkOpSegment::debugSegment(int id) const { function in class:SkOpSegment
1377 const SkOpSegment* SkOpGlobalState::debugSegment(int id) const { function in class:SkOpGlobalState
[all...]

Completed in 193 milliseconds