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

  /external/skia/src/pathops/
SkOpAngle.h 48 const SkOpPtT* debugPtT(int id) const;
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);
SkOpSpan.h 64 const SkOpPtT* debugPtT(int id) const;
244 const SkOpPtT* debugPtT(int id) const;
SkOpSegment.h 153 const SkOpPtT* debugPtT(int id) const;
SkPathOpsTypes.h 77 const class SkOpPtT* debugPtT(int id) const;
  /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 83 milliseconds