Searched defs:debugContour (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpContour.h127 SkOpContour* debugContour(int id) { function in class:SkOpContour
128 return SkDEBUGRELEASE(this->globalState()->debugContour(id), NULL);
/external/skia/tests/
H A DPathOpsDebug.cpp206 return angle->debugContour(id);
226 return contour->debugContour(id);
246 return ptT->debugContour(id);
266 return span->debugContour(id);
286 return span->debugContour(id);
719 SkOpContour* SkOpAngle::debugContour(int id) { function in class:SkOpAngle
720 return this->segment()->debugContour(id);
853 SkOpContour* SkOpPtT::debugContour(int id) { function in class:SkOpPtT
854 return this->span()->debugContour(id);
904 SkOpContour* SkOpSpanBase::debugContour(in function in class:SkOpSpanBase
1001 SkOpContour* SkOpSegment::debugContour(int id) { function in class:SkOpSegment
1260 SkOpContour* SkOpGlobalState::debugContour(int id) { function in class:SkOpGlobalState
[all...]

Completed in 96 milliseconds