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

  /external/skia/legacy/include/core/
SkPostConfig.h 95 #ifndef SK_CRASH
97 #define SK_CRASH() do { SkNO_RETURN_HINT(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false)
99 #define SK_CRASH() do { SkNO_RETURN_HINT(); } while (true)
141 #define SK_DEBUGBREAK(cond) do { if (!(cond)) SK_CRASH(); } while (false)
149 __FILE__, __LINE__, #cond); SK_CRASH(); } while (false)
  /external/skia/include/core/
SkPostConfig.h 105 #ifndef SK_CRASH
107 #define SK_CRASH() do { SkNO_RETURN_HINT(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false)
109 #define SK_CRASH() do { SkNO_RETURN_HINT(); } while (true)
162 #define SK_DEBUGBREAK(cond) do { if (!(cond)) SK_CRASH(); } while (false)
170 __FILE__, __LINE__, #cond); SK_CRASH(); } while (false)
  /external/skia/bench/
ChecksumBench.cpp 51 default: SK_CRASH(); return "";
  /external/skia/src/core/
SkTLList.h 370 SK_CRASH();
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 59 milliseconds