HomeSort by relevance Sort by last modified time
    Searched refs:debugContour (Results 1 - 7 of 7) sorted by null

  /external/skia/src/pathops/
SkOpAngle.h 33 SkOpContour* debugContour(int id) const;
SkOpCoincidence.h 178 SkOpContour* debugContour(int id) const {
179 return SkDEBUGRELEASE(fGlobalState->debugContour(id), nullptr);
SkOpContour.h 99 SkOpContour* debugContour(int id) const {
100 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
SkOpSpan.h 59 SkOpContour* debugContour(int id) const;
234 SkOpContour* debugContour(int id) const;
SkOpSegment.h 141 SkOpContour* debugContour(int id) const;
SkPathOpsTypes.h 76 SkOpContour* debugContour(int id) const;
  /external/skia/tests/
PathOpsDebug.cpp 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)
    [all...]

Completed in 110 milliseconds