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

  /external/skia/src/pathops/
SkOpCoincidence.h 168 const SkOpAngle* debugAngle(int id) const {
169 return SkDEBUGRELEASE(fGlobalState->debugAngle(id), nullptr);
SkOpContour.h 87 const SkOpAngle* debugAngle(int id) const {
88 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
  /external/skia/tests/
PathOpsDebug.cpp 212 return angle->debugAngle(id);
232 return contour->debugAngle(id);
252 return coin->debugAngle(id);
272 return ptT->debugAngle(id);
292 return span->debugAngle(id);
312 return span->debugAngle(id);
819 const SkOpAngle* SkOpAngle::debugAngle(int id) const {
820 return this->segment()->debugAngle(id);
957 const SkOpAngle* SkOpPtT::debugAngle(int id) const {
958 return this->span()->debugAngle(id)
    [all...]

Completed in 1498 milliseconds