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

/external/skia/src/pathops/
H A DSkOpCoincidence.h168 const SkOpAngle* debugAngle(int id) const { function in class:SkOpCoincidence
169 return SkDEBUGRELEASE(fGlobalState->debugAngle(id), nullptr);
H A DSkOpContour.h87 const SkOpAngle* debugAngle(int id) const { function in class:SkOpContour
88 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
/external/skqp/src/pathops/
H A DSkOpCoincidence.h168 const SkOpAngle* debugAngle(int id) const { function in class:SkOpCoincidence
169 return SkDEBUGRELEASE(fGlobalState->debugAngle(id), nullptr);
H A DSkOpContour.h87 const SkOpAngle* debugAngle(int id) const { function in class:SkOpContour
88 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
/external/skia/tests/
H A DPathOpsDebug.cpp212 return angle->debugAngle(id);
232 return contour->debugAngle(id);
252 return coin->debugAngle(id);
272 return ptT->debugAngle(id);
292 return span->debugAngle(id);
312 return span->debugAngle(id);
819 const SkOpAngle* SkOpAngle::debugAngle(int id) const { function in class:SkOpAngle
820 return this->segment()->debugAngle(id);
957 const SkOpAngle* SkOpPtT::debugAngle(int id) const { function in class:SkOpPtT
958 return this->span()->debugAngle(i
1013 const SkOpAngle* SkOpSpanBase::debugAngle(int id) const { function in class:SkOpSpanBase
1123 const SkOpAngle* SkOpSegment::debugAngle(int id) const { function in class:SkOpSegment
1383 const SkOpAngle* SkOpGlobalState::debugAngle(int id) const { function in class:SkOpGlobalState
[all...]
/external/skqp/tests/
H A DPathOpsDebug.cpp212 return angle->debugAngle(id);
232 return contour->debugAngle(id);
252 return coin->debugAngle(id);
272 return ptT->debugAngle(id);
292 return span->debugAngle(id);
312 return span->debugAngle(id);
819 const SkOpAngle* SkOpAngle::debugAngle(int id) const { function in class:SkOpAngle
820 return this->segment()->debugAngle(id);
957 const SkOpAngle* SkOpPtT::debugAngle(int id) const { function in class:SkOpPtT
958 return this->span()->debugAngle(i
1013 const SkOpAngle* SkOpSpanBase::debugAngle(int id) const { function in class:SkOpSpanBase
1123 const SkOpAngle* SkOpSegment::debugAngle(int id) const { function in class:SkOpSegment
1383 const SkOpAngle* SkOpGlobalState::debugAngle(int id) const { function in class:SkOpGlobalState
[all...]

Completed in 210 milliseconds