Home
last modified time | relevance | path

Searched refs:debugAngle (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DPathOpsDebug.cpp199 return angle->debugAngle(id); in DebugAngleAngle()
219 return contour->debugAngle(id); in DebugContourAngle()
239 return coin->debugAngle(id); in DebugCoincidenceAngle()
259 return ptT->debugAngle(id); in DebugPtTAngle()
279 return span->debugAngle(id); in DebugSegmentAngle()
299 return span->debugAngle(id); in DebugSpanAngle()
786 const SkOpAngle* SkOpAngle::debugAngle(int id) const { in debugAngle() function in SkOpAngle
787 return this->segment()->debugAngle(id); in debugAngle()
920 const SkOpAngle* SkOpPtT::debugAngle(int id) const { in debugAngle() function in SkOpPtT
921 return this->span()->debugAngle(id); in debugAngle()
[all …]
/external/skia/src/pathops/
DSkOpCoincidence.h52 const SkOpAngle* debugAngle(int id) const { in debugAngle() function
53 return SkDEBUGRELEASE(fDebugState->debugAngle(id), nullptr); in debugAngle()
DSkOpAngle.h37 const SkOpAngle* debugAngle(int id) const;
DSkOpContour.h131 const SkOpAngle* debugAngle(int id) const { in debugAngle() function
132 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr); in debugAngle()
DSkOpSpan.h60 const SkOpAngle* debugAngle(int id) const;
211 const SkOpAngle* debugAngle(int id) const;
DSkPathOpsTypes.h67 const struct SkOpAngle* debugAngle(int id) const;
DSkOpSegment.h145 const SkOpAngle* debugAngle(int id) const;