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

/external/skia/src/pathops/
H A DSkOpCoincidence.h195 const SkOpSegment* debugSegment(int id) const { function in class:SkOpCoincidence
196 return SkDEBUGRELEASE(fGlobalState->debugSegment(id), nullptr);
H A DSkOpContour.h113 const SkOpSegment* debugSegment(int id) const { function in class:SkOpContour
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
/external/skqp/src/pathops/
H A DSkOpCoincidence.h195 const SkOpSegment* debugSegment(int id) const { function in class:SkOpCoincidence
196 return SkDEBUGRELEASE(fGlobalState->debugSegment(id), nullptr);
H A DSkOpContour.h113 const SkOpSegment* debugSegment(int id) const { function in class:SkOpContour
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
/external/skia/tests/
H A DPathOpsDebug.cpp224 return angle->debugSegment(id);
244 return contour->debugSegment(id);
264 return coin->debugSegment(id);
284 return ptT->debugSegment(id);
304 return span->debugSegment(id);
324 return span->debugSegment(id);
835 const SkOpSegment* SkOpAngle::debugSegment(int id) const { function in class:SkOpAngle
836 return this->segment()->debugSegment(id);
973 const SkOpSegment* SkOpPtT::debugSegment(int id) const { function in class:SkOpPtT
974 return this->span()->debugSegment(i
1029 const SkOpSegment* SkOpSpanBase::debugSegment(int id) const { function in class:SkOpSpanBase
1140 const SkOpSegment* SkOpSegment::debugSegment(int id) const { function in class:SkOpSegment
1443 const SkOpSegment* SkOpGlobalState::debugSegment(int id) const { function in class:SkOpGlobalState
[all...]
/external/skqp/tests/
H A DPathOpsDebug.cpp224 return angle->debugSegment(id);
244 return contour->debugSegment(id);
264 return coin->debugSegment(id);
284 return ptT->debugSegment(id);
304 return span->debugSegment(id);
324 return span->debugSegment(id);
835 const SkOpSegment* SkOpAngle::debugSegment(int id) const { function in class:SkOpAngle
836 return this->segment()->debugSegment(id);
973 const SkOpSegment* SkOpPtT::debugSegment(int id) const { function in class:SkOpPtT
974 return this->span()->debugSegment(i
1029 const SkOpSegment* SkOpSpanBase::debugSegment(int id) const { function in class:SkOpSpanBase
1140 const SkOpSegment* SkOpSegment::debugSegment(int id) const { function in class:SkOpSegment
1443 const SkOpSegment* SkOpGlobalState::debugSegment(int id) const { function in class:SkOpGlobalState
[all...]

Completed in 282 milliseconds