Home | History | Annotate | Download | only in tests

Lines Matching refs:debugPtT

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);
1025 const SkOpPtT* SkOpSpanBase::debugPtT(int id) const {
1026 return this->segment()->debugPtT(id);
1136 const SkOpPtT* SkOpSegment::debugPtT(int id) const {
1137 return this->contour()->debugPtT(id);
1420 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const {