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

  /external/skia/src/pathops/
SkOpCoincidence.h 191 const SkOpPtT* debugPtT(int id) const {
192 return SkDEBUGRELEASE(fGlobalState->debugPtT(id), nullptr);
SkOpContour.h 109 const SkOpPtT* debugPtT(int id) const {
110 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
  /external/skia/tests/
PathOpsDebug.cpp 220 return angle->debugPtT(id);
240 return contour->debugPtT(id);
260 return coin->debugPtT(id);
280 return ptT->debugPtT(id);
300 return span->debugPtT(id);
320 return span->debugPtT(id);
831 const SkOpPtT* SkOpAngle::debugPtT(int id) const {
832 return this->segment()->debugPtT(id);
969 const SkOpPtT* SkOpPtT::debugPtT(int id) const {
970 return this->span()->debugPtT(id)
    [all...]

Completed in 84 milliseconds