Home
last modified time | relevance | path

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

/external/skqp/tests/
DPathOpsDebug.cpp232 return angle->debugSegment(id); in AngleSegment()
252 return contour->debugSegment(id); in ContourSegment()
272 return coin->debugSegment(id); in CoincidenceSegment()
292 return ptT->debugSegment(id); in PtTSegment()
312 return span->debugSegment(id); in SegmentSegment()
332 return span->debugSegment(id); in SpanSegment()
519 const SkOpSegment* SkOpAngle::debugSegment(int id) const { in debugSegment() function in SkOpAngle
520 return this->segment()->debugSegment(id); in debugSegment()
657 const SkOpSegment* SkOpPtT::debugSegment(int id) const { in debugSegment() function in SkOpPtT
658 return this->span()->debugSegment(id); in debugSegment()
[all …]
/external/skia/tests/
DPathOpsDebug.cpp232 return angle->debugSegment(id); in AngleSegment()
252 return contour->debugSegment(id); in ContourSegment()
272 return coin->debugSegment(id); in CoincidenceSegment()
292 return ptT->debugSegment(id); in PtTSegment()
312 return span->debugSegment(id); in SegmentSegment()
332 return span->debugSegment(id); in SpanSegment()
519 const SkOpSegment* SkOpAngle::debugSegment(int id) const { in debugSegment() function in SkOpAngle
520 return this->segment()->debugSegment(id); in debugSegment()
657 const SkOpSegment* SkOpPtT::debugSegment(int id) const { in debugSegment() function in SkOpPtT
658 return this->span()->debugSegment(id); in debugSegment()
[all …]
/external/skia/src/pathops/
DSkOpContour.h113 const SkOpSegment* debugSegment(int id) const { in debugSegment() function
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr); in debugSegment()
DSkOpAngle.h49 const SkOpSegment* debugSegment(int id) const;
DSkOpCoincidence.h195 const SkOpSegment* debugSegment(int id) const { in debugSegment() function
196 return SkDEBUGRELEASE(fGlobalState->debugSegment(id), nullptr); in debugSegment()
DSkOpSpan.h66 const SkOpSegment* debugSegment(int id) const;
251 const SkOpSegment* debugSegment(int id) const;
DSkPathOpsTypes.h83 const class SkOpSegment* debugSegment(int id) const;
DSkOpSegment.h155 const SkOpSegment* debugSegment(int id) const;
/external/skqp/src/pathops/
DSkOpContour.h113 const SkOpSegment* debugSegment(int id) const { in debugSegment() function
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr); in debugSegment()
DSkOpAngle.h49 const SkOpSegment* debugSegment(int id) const;
DSkOpCoincidence.h195 const SkOpSegment* debugSegment(int id) const { in debugSegment() function
196 return SkDEBUGRELEASE(fGlobalState->debugSegment(id), nullptr); in debugSegment()
DSkOpSpan.h66 const SkOpSegment* debugSegment(int id) const;
251 const SkOpSegment* debugSegment(int id) const;
DSkPathOpsTypes.h83 const class SkOpSegment* debugSegment(int id) const;
DSkOpSegment.h155 const SkOpSegment* debugSegment(int id) const;