Searched refs:debugSetPhase (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.h | 194 this->globalState()->debugSetPhase(__func__, lineNo, phase, iteration) 196 obj->globalState()->debugSetPhase(__func__, lineNo, phase, iteration) 215 this->globalState()->debugSetPhase(phase) 217 obj->globalState()->debugSetPhase(phase)
|
D | SkPathOpsTypes.h | 103 void debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const;
|
D | SkPathOpsDebug.cpp | 676 void SkOpGlobalState::debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const { in debugSetPhase() function in SkOpGlobalState
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 192 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)
|
D | SkPathOpsTypes.h | 103 void debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const;
|
D | SkPathOpsDebug.cpp | 653 void SkOpGlobalState::debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const { in debugSetPhase() function in SkOpGlobalState
|