Searched defs:debugPtT (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.h191 const SkOpPtT* debugPtT(int id) const { function in class:SkOpCoincidence
192 return SkDEBUGRELEASE(fGlobalState->debugPtT(id), nullptr);
H A DSkOpContour.h109 const SkOpPtT* debugPtT(int id) const { function in class:SkOpContour
110 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
/external/skqp/src/pathops/
H A DSkOpCoincidence.h191 const SkOpPtT* debugPtT(int id) const { function in class:SkOpCoincidence
192 return SkDEBUGRELEASE(fGlobalState->debugPtT(id), nullptr);
H A DSkOpContour.h109 const SkOpPtT* debugPtT(int id) const { function in class:SkOpContour
110 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
/external/skia/tests/
H A DPathOpsDebug.cpp220 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 { function in class:SkOpAngle
832 return this->segment()->debugPtT(id);
969 const SkOpPtT* SkOpPtT::debugPtT(int id) const { function in class:SkOpPtT
970 return this->span()->debugPtT(i
1025 const SkOpPtT* SkOpSpanBase::debugPtT(int id) const { function in class:SkOpSpanBase
1136 const SkOpPtT* SkOpSegment::debugPtT(int id) const { function in class:SkOpSegment
1420 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const { function in class:SkOpGlobalState
[all...]
/external/skqp/tests/
H A DPathOpsDebug.cpp220 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 { function in class:SkOpAngle
832 return this->segment()->debugPtT(id);
969 const SkOpPtT* SkOpPtT::debugPtT(int id) const { function in class:SkOpPtT
970 return this->span()->debugPtT(i
1025 const SkOpPtT* SkOpSpanBase::debugPtT(int id) const { function in class:SkOpSpanBase
1136 const SkOpPtT* SkOpSegment::debugPtT(int id) const { function in class:SkOpSegment
1420 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const { function in class:SkOpGlobalState
[all...]

Completed in 203 milliseconds