Home | History | Annotate | Download | only in tests

Lines Matching refs:debugContour

216     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 {
828 return this->segment()->debugContour(id);
961 SkOpContour* SkOpPtT::debugContour(int id) const {
962 return this->span()->debugContour(id);
1021 SkOpContour* SkOpSpanBase::debugContour(int id) const {
1022 return this->segment()->debugContour(id);
1132 SkOpContour* SkOpSegment::debugContour(int id) const {
1133 return this->contour()->debugContour(id);
1410 SkOpContour* SkOpGlobalState::debugContour(int id) const {