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

/external/skia/src/pathops/
H A DSkOpAngle.h33 SkOpContour* debugContour(int id) const;
H A DSkOpContour.h99 SkOpContour* debugContour(int id) const { function in class:SkOpContour
100 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
H A DSkOpCoincidence.h178 SkOpContour* debugContour(int id) const { function in class:SkOpCoincidence
179 return SkDEBUGRELEASE(fGlobalState->debugContour(id), nullptr);
H A DSkOpSpan.h59 SkOpContour* debugContour(int id) const;
234 SkOpContour* debugContour(int id) const;
H A DSkPathOpsTypes.h76 SkOpContour* debugContour(int id) const;
H A DSkOpSegment.h145 SkOpContour* debugContour(int id) const;
/external/skia/tests/
H A DPathOpsDebug.cpp216 return angle->debugContour(id);
236 return contour->debugContour(id);
256 return coin->debugContour(id);
276 return ptT->debugContour(id);
296 return span->debugContour(id);
316 return span->debugContour(id);
827 SkOpContour* SkOpAngle::debugContour(int id) const { function in class:SkOpAngle
828 return this->segment()->debugContour(id);
961 SkOpContour* SkOpPtT::debugContour(int id) const { function in class:SkOpPtT
962 return this->span()->debugContour(i
1021 SkOpContour* SkOpSpanBase::debugContour(int id) const { function in class:SkOpSpanBase
1132 SkOpContour* SkOpSegment::debugContour(int id) const { function in class:SkOpSegment
1410 SkOpContour* SkOpGlobalState::debugContour(int id) const { function in class:SkOpGlobalState
[all...]

Completed in 203 milliseconds