Home
last modified time | relevance | path

Searched refs:debugSegment (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathOpsDebug.cpp214 return angle->debugSegment(id); in DebugAngleSegment()
234 return contour->debugSegment(id); in DebugContourSegment()
254 return ptT->debugSegment(id); in DebugPtTSegment()
274 return span->debugSegment(id); in DebugSegmentSegment()
294 return span->debugSegment(id); in DebugSpanSegment()
727 const SkOpSegment* SkOpAngle::debugSegment(int id) const { in debugSegment() function in SkOpAngle
728 return this->segment()->debugSegment(id); in debugSegment()
861 const SkOpSegment* SkOpPtT::debugSegment(int id) const { in debugSegment() function in SkOpPtT
862 return this->span()->debugSegment(id); in debugSegment()
912 const SkOpSegment* SkOpSpanBase::debugSegment(int id) const { in debugSegment() function in SkOpSpanBase
[all …]
/external/skia/src/pathops/
DSkOpContour.h135 const SkOpSegment* debugSegment(int id) const { in debugSegment() function
136 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), NULL); in debugSegment()
DSkOpSpan.h61 const SkOpSegment* debugSegment(int id) const;
181 const SkOpSegment* debugSegment(int id) const;
DSkOpAngle.h53 const SkOpSegment* debugSegment(int id) const;
DSkPathOpsTypes.h73 const class SkOpSegment* debugSegment(int id) const;
DSkOpSegment.h139 const SkOpSegment* debugSegment(int id) const;