Searched refs:SK_DEBUGBREAK (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/skia/config/
H A DSkUserConfig.h176 #define SK_DEBUGBREAK(cond) do { if (!(cond)) { \ macro
/external/chromium_org/third_party/skia/include/core/
H A DSkPostConfig.h168 #ifndef SK_DEBUGBREAK
169 #define SK_DEBUGBREAK(cond) do { if (!(cond)) { SkNO_RETURN_HINT(); __debugbreak(); }} while (false) macro
182 #ifndef SK_DEBUGBREAK
183 #define SK_DEBUGBREAK(cond) do { if (cond) break; \ macro
H A DSkTypes.h95 #define SkASSERT(cond) SK_DEBUGBREAK(cond)
/external/skia/include/core/
H A DSkPostConfig.h168 #ifndef SK_DEBUGBREAK
169 #define SK_DEBUGBREAK(cond) do { if (!(cond)) { SkNO_RETURN_HINT(); __debugbreak(); }} while (false) macro
182 #ifndef SK_DEBUGBREAK
183 #define SK_DEBUGBREAK(cond) do { if (cond) break; \ macro
H A DSkTypes.h95 #define SkASSERT(cond) SK_DEBUGBREAK(cond)
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp2252 SK_DEBUGBREAK(true);
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp2252 SK_DEBUGBREAK(true);

Completed in 325 milliseconds