Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpContour.h107 return SkDEBUGRELEASE(fID, -1); in debugID()
111 return SkDEBUGRELEASE(fDebugIndent, 0); in debugIndent()
124 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), NULL); in debugAngle()
128 return SkDEBUGRELEASE(this->globalState()->debugContour(id), NULL); in debugContour()
132 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), NULL); in debugPtT()
136 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), NULL); in debugSegment()
140 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), NULL); in debugSpan()
DSkOpSpan.h53 return SkDEBUGRELEASE(fID, -1); in debugID()
170 return SkDEBUGRELEASE(++fCount, -1); in debugBumpCount()
174 return SkDEBUGRELEASE(fID, -1); in debugID()
DSkPathOpsDebug.h89 #define SkDEBUGRELEASE(a, b) b macro
93 #define SkDEBUGRELEASE(a, b) a macro
DSkOpAngle.h42 return SkDEBUGRELEASE(fID, -1); in debugID()
DSkOpSegment.h133 return SkDEBUGRELEASE(fID, -1); in debugID()
DSkPathOpsTSect.h210 return SkDEBUGRELEASE(fOppSect, NULL); in debugOpp()
455 return SkDEBUGRELEASE(fDebugSect->debugOpp(), NULL); in debugOpp()
/external/skia/tests/
DPathOpsTSectDebug.h135 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), NULL); in debugSpan()
140 return SkDEBUGRELEASE(fDebugSect->debugT(t), NULL); in debugT()
DPathOpsDebug.cpp1223 int count = SkPathOpsVerbToPoints(SkDEBUGRELEASE(fVerb, SkPath::kCubic_Verb)); in dump()