Searched refs:SkDEBUGRELEASE (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/pathops/
H A DSkOpContour.h79 return SkDEBUGRELEASE(fID, -1);
83 return SkDEBUGRELEASE(fDebugIndent, 0);
88 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
100 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
110 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
H A DSkOpCoincidence.h169 return SkDEBUGRELEASE(fGlobalState->debugAngle(id), nullptr);
179 return SkDEBUGRELEASE(fGlobalState->debugContour(id), nullptr);
192 return SkDEBUGRELEASE(fGlobalState->debugPtT(id), nullptr);
196 return SkDEBUGRELEASE(fGlobalState->debugSegment(id), nullptr);
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr);
H A DSkOpAngle.h36 return SkDEBUGRELEASE(fID, -1);
H A DSkOpSpan.h51 return SkDEBUGRELEASE(fID, -1);
216 return SkDEBUGRELEASE(++fCount, -1);
220 return SkDEBUGRELEASE(fID, -1);
H A DSkPathOpsDebug.h110 #define SkDEBUGRELEASE(a, b) b macro
113 #define SkDEBUGRELEASE(a, b) a
H A DSkOpSegment.h148 return SkDEBUGRELEASE(fID, -1);
H A DSkPathOpsTSect.h240 return SkDEBUGRELEASE(fOppSect, nullptr);
497 return SkDEBUGRELEASE(fDebugSect->debugOpp(), nullptr);
/external/skia/tests/
H A DPathOpsTSectDebug.h147 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), nullptr);
152 return SkDEBUGRELEASE(fDebugSect->debugT(t), nullptr);
H A DPathOpsDebug.cpp1373 int count = SkPathOpsVerbToPoints(SkDEBUGRELEASE(fVerb, SkPath::kCubic_Verb));

Completed in 126 milliseconds