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

/external/skia/src/pathops/
H A DSkOpContour.h131 const SkOpPtT* debugPtT(int id) const { function in class:SkOpContour
132 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), NULL);
/external/skia/tests/
H A DPathOpsDebug.cpp210 return angle->debugPtT(id);
230 return contour->debugPtT(id);
250 return ptT->debugPtT(id);
270 return span->debugPtT(id);
290 return span->debugPtT(id);
723 const SkOpPtT* SkOpAngle::debugPtT(int id) const { function in class:SkOpAngle
724 return this->segment()->debugPtT(id);
857 const SkOpPtT* SkOpPtT::debugPtT(int id) const { function in class:SkOpPtT
858 return this->span()->debugPtT(id);
908 const SkOpPtT* SkOpSpanBase::debugPtT(in function in class:SkOpSpanBase
1005 const SkOpPtT* SkOpSegment::debugPtT(int id) const { function in class:SkOpSegment
1270 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const { function in class:SkOpGlobalState
[all...]

Completed in 56 milliseconds