Searched refs:SkDEBUGRELEASE (Results 1 – 18 of 18) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpContour.h | 79 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()
|
D | SkOpCoincidence.h | 169 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()
|
D | SkOpSpan.h | 51 return SkDEBUGRELEASE(fID, -1); in debugID() 221 return SkDEBUGRELEASE(++fCount, -1); in debugBumpCount() 225 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkOpAngle.h | 36 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkPathOpsDebug.h | 143 #define SkDEBUGRELEASE(a, b) b macro 146 #define SkDEBUGRELEASE(a, b) a macro
|
D | SkPathOpsTSect.h | 256 return SkDEBUGRELEASE(fOppSect, nullptr); in debugOpp()
|
D | SkOpSegment.h | 144 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkPathOpsTSect.cpp | 148 return SkDEBUGRELEASE(fDebugSect->debugOpp(), nullptr); in debugOpp()
|
/external/skqp/src/pathops/ |
D | SkOpContour.h | 79 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()
|
D | SkOpCoincidence.h | 169 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()
|
D | SkOpSpan.h | 51 return SkDEBUGRELEASE(fID, -1); in debugID() 221 return SkDEBUGRELEASE(++fCount, -1); in debugBumpCount() 225 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkOpAngle.h | 36 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkPathOpsDebug.h | 143 #define SkDEBUGRELEASE(a, b) b macro 146 #define SkDEBUGRELEASE(a, b) a macro
|
D | SkPathOpsTSect.h | 256 return SkDEBUGRELEASE(fOppSect, nullptr); in debugOpp()
|
D | SkOpSegment.h | 144 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkPathOpsTSect.cpp | 148 return SkDEBUGRELEASE(fDebugSect->debugOpp(), nullptr); in debugOpp()
|
/external/skqp/tests/ |
D | PathOpsDebug.cpp | 1056 int count = SkPathOpsVerbToPoints(SkDEBUGRELEASE(fVerb, SkPath::kCubic_Verb)); in dump()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1056 int count = SkPathOpsVerbToPoints(SkDEBUGRELEASE(fVerb, SkPath::kCubic_Verb)); in dump()
|