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

  /external/skia/legacy/include/core/
SkPostConfig.h 128 #ifndef SK_DEBUGBREAK
129 #define SK_DEBUGBREAK(cond) do { if (!(cond)) { SkNO_RETURN_HINT(); __debugbreak(); }} while (false)
140 #ifndef SK_DEBUGBREAK
141 #define SK_DEBUGBREAK(cond) do { if (!(cond)) SK_CRASH(); } while (false)
146 #ifndef SK_DEBUGBREAK
147 #define SK_DEBUGBREAK(cond) do { if (cond) break; \
SkTypes.h 95 #define SkASSERT(cond) SK_DEBUGBREAK(cond)
  /external/skia/include/core/
SkPostConfig.h 149 #ifndef SK_DEBUGBREAK
150 #define SK_DEBUGBREAK(cond) do { if (!(cond)) { SkNO_RETURN_HINT(); __debugbreak(); }} while (false)
161 #ifndef SK_DEBUGBREAK
162 #define SK_DEBUGBREAK(cond) do { if (!(cond)) SK_CRASH(); } while (false)
167 #ifndef SK_DEBUGBREAK
168 #define SK_DEBUGBREAK(cond) do { if (cond) break; \
SkTypes.h 95 #define SkASSERT(cond) SK_DEBUGBREAK(cond)
  /external/skia/src/core/
SkPathRef.h 47 #define SkASSERT_X(cond) SK_DEBUGBREAK(cond)
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 247 milliseconds