Home
last modified time | relevance | path

Searched refs:debugSetPhase (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsDebug.h192 this->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
194 obj->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
213 this->globalState()->debugSetPhase(phase)
215 obj->globalState()->debugSetPhase(phase)
DSkPathOpsTypes.h103 void debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const;
DSkPathOpsDebug.cpp653 void SkOpGlobalState::debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const { in debugSetPhase() function in SkOpGlobalState