Home
last modified time | relevance | path

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

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