HomeSort by relevance Sort by last modified time
    Searched refs:SkDEBUGRELEASE (Results 1 - 9 of 9) sorted by null

  /external/skia/src/pathops/
SkOpContour.h 79 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);
SkOpCoincidence.h 169 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);
SkOpAngle.h 36 return SkDEBUGRELEASE(fID, -1);
SkOpSpan.h 51 return SkDEBUGRELEASE(fID, -1);
216 return SkDEBUGRELEASE(++fCount, -1);
220 return SkDEBUGRELEASE(fID, -1);
SkPathOpsDebug.h 110 #define SkDEBUGRELEASE(a, b) b
113 #define SkDEBUGRELEASE(a, b) a
SkOpSegment.h 148 return SkDEBUGRELEASE(fID, -1);
SkPathOpsTSect.h 240 return SkDEBUGRELEASE(fOppSect, nullptr);
497 return SkDEBUGRELEASE(fDebugSect->debugOpp(), nullptr);
    [all...]
  /external/skia/tests/
PathOpsTSectDebug.h 147 return SkDEBUGRELEASE(fDebugSect->debugSpan(id), nullptr);
152 return SkDEBUGRELEASE(fDebugSect->debugT(t), nullptr);
PathOpsDebug.cpp     [all...]

Completed in 2112 milliseconds