HomeSort by relevance Sort by last modified time
    Searched refs:debugAngle (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkOpAngle.h 38 const SkOpAngle* debugAngle(int id) const;
SkOpContour.h 123 const SkOpAngle* debugAngle(int id) const {
124 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), NULL);
SkOpSpan.h 56 const SkOpAngle* debugAngle(int id) const;
177 const SkOpAngle* debugAngle(int id) const;
SkOpSegment.h 129 const SkOpAngle* debugAngle(int id) const;
SkPathOpsTypes.h 70 const struct SkOpAngle* debugAngle(int id) const;
  /external/skia/tests/
PathOpsDebug.cpp 202 return angle->debugAngle(id);
222 return contour->debugAngle(id);
242 return ptT->debugAngle(id);
262 return span->debugAngle(id);
282 return span->debugAngle(id);
715 const SkOpAngle* SkOpAngle::debugAngle(int id) const {
716 return this->segment()->debugAngle(id);
849 const SkOpAngle* SkOpPtT::debugAngle(int id) const {
850 return this->span()->debugAngle(id);
900 const SkOpAngle* SkOpSpanBase::debugAngle(int id) const
    [all...]

Completed in 81 milliseconds