Searched refs:SkDEBUGRELEASE (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpContour.h | 107 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()
|
D | SkOpSpan.h | 53 return SkDEBUGRELEASE(fID, -1); in debugID() 170 return SkDEBUGRELEASE(++fCount, -1); in debugBumpCount() 174 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkPathOpsDebug.h | 89 #define SkDEBUGRELEASE(a, b) b macro 93 #define SkDEBUGRELEASE(a, b) a macro
|
D | SkOpAngle.h | 42 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkOpSegment.h | 133 return SkDEBUGRELEASE(fID, -1); in debugID()
|
D | SkPathOpsTSect.h | 210 return SkDEBUGRELEASE(fOppSect, NULL); in debugOpp() 455 return SkDEBUGRELEASE(fDebugSect->debugOpp(), NULL); in debugOpp()
|
/external/skia/tests/ |
D | PathOpsTSectDebug.h | 135 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), NULL); in debugSpan() 140 return SkDEBUGRELEASE(fDebugSect->debugT(t), NULL); in debugT()
|
D | PathOpsDebug.cpp | 1223 int count = SkPathOpsVerbToPoints(SkDEBUGRELEASE(fVerb, SkPath::kCubic_Verb)); in dump()
|