Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathOpsDebug.cpp224 return angle->debugContour(id); in AngleContour()
244 return contour->debugContour(id); in ContourContour()
264 return coin->debugContour(id); in CoincidenceContour()
284 return ptT->debugContour(id); in PtTContour()
304 return span->debugContour(id); in SegmentContour()
324 return span->debugContour(id); in SpanContour()
511 SkOpContour* SkOpAngle::debugContour(int id) const { in debugContour() function in SkOpAngle
512 return this->segment()->debugContour(id); in debugContour()
645 SkOpContour* SkOpPtT::debugContour(int id) const { in debugContour() function in SkOpPtT
646 return this->span()->debugContour(i in debugContour()
705 SkOpContour* SkOpSpanBase::debugContour(int id) const { debugContour() function in SkOpSpanBase
815 SkOpContour* SkOpSegment::debugContour(int id) const { debugContour() function in SkOpSegment
1093 SkOpContour* SkOpGlobalState::debugContour(int id) const { debugContour() function in SkOpGlobalState
[all...]
/third_party/skia/src/pathops/
H A DSkOpContour.h98 SkOpContour* debugContour(int id) const { in debugContour() function in SkOpContour
99 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr); in debugContour()
H A DSkOpAngle.h33 SkOpContour* debugContour(int id) const;
H A DSkOpSpan.h59 SkOpContour* debugContour(int id) const;
239 SkOpContour* debugContour(int id) const;
H A DSkOpCoincidence.h178 SkOpContour* debugContour(int id) const { in debugContour() function in SkOpCoincidence
179 return SkDEBUGRELEASE(fGlobalState->debugContour(id), nullptr); in debugContour()
H A DSkOpSegment.h141 SkOpContour* debugContour(int id) const;
H A DSkPathOpsTypes.h76 SkOpContour* debugContour(int id) const;

Completed in 8 milliseconds