HomeSort by relevance Sort by last modified time
    Searched defs:debugSegment (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkOpCoincidence.h 195 const SkOpSegment* debugSegment(int id) const {
196 return SkDEBUGRELEASE(fGlobalState->debugSegment(id), nullptr);
SkOpContour.h 113 const SkOpSegment* debugSegment(int id) const {
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
  /external/skia/tests/
PathOpsDebug.cpp 224 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 {
836 return this->segment()->debugSegment(id);
973 const SkOpSegment* SkOpPtT::debugSegment(int id) const {
974 return this->span()->debugSegment(id)
    [all...]

Completed in 301 milliseconds