Home
last modified time | relevance | path

Searched refs:debugContour (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathOpsDebug.cpp206 return angle->debugContour(id); in DebugAngleContour()
226 return contour->debugContour(id); in DebugContourContour()
246 return ptT->debugContour(id); in DebugPtTContour()
266 return span->debugContour(id); in DebugSegmentContour()
286 return span->debugContour(id); in DebugSpanContour()
719 SkOpContour* SkOpAngle::debugContour(int id) { in debugContour() function in SkOpAngle
720 return this->segment()->debugContour(id); in debugContour()
853 SkOpContour* SkOpPtT::debugContour(int id) { in debugContour() function in SkOpPtT
854 return this->span()->debugContour(id); in debugContour()
904 SkOpContour* SkOpSpanBase::debugContour(int id) { in debugContour() function in SkOpSpanBase
[all …]
/external/skia/src/pathops/
DSkOpContour.h127 SkOpContour* debugContour(int id) { in debugContour() function
128 return SkDEBUGRELEASE(this->globalState()->debugContour(id), NULL); in debugContour()
DSkOpSpan.h57 SkOpContour* debugContour(int id);
179 SkOpContour* debugContour(int id);
DSkOpAngle.h39 SkOpContour* debugContour(int id);
DSkPathOpsTypes.h71 SkOpContour* debugContour(int id);
DSkOpSegment.h130 SkOpContour* debugContour(int id);