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

  /external/skia/src/pathops/
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);
  /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 253 milliseconds