Searched refs:SkDEBUGFAILF (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkSharedMutex.cpp136 SkDEBUGFAILF("Thread %lx already has an exclusive lock\n", threadID);
163 SkDEBUGFAILF("Thread %lx did not have the lock held.\n", threadID);
197 SkDEBUGFAILF("Thread %lx was already waiting!\n", threadID);
201 SkDEBUGFAILF("Thread %lx already holds a shared lock!\n", threadID);
223 SkDEBUGFAILF("Thread %lx does not hold a shared lock.\n", threadID);
/external/skqp/src/core/
H A DSkSharedMutex.cpp136 SkDEBUGFAILF("Thread %lx already has an exclusive lock\n", threadID);
163 SkDEBUGFAILF("Thread %lx did not have the lock held.\n", threadID);
197 SkDEBUGFAILF("Thread %lx was already waiting!\n", threadID);
201 SkDEBUGFAILF("Thread %lx already holds a shared lock!\n", threadID);
223 SkDEBUGFAILF("Thread %lx does not hold a shared lock.\n", threadID);
/external/skia/include/core/
H A DSkTypes.h80 #define SkDEBUGFAILF(fmt, ...) SkASSERTF(false, fmt, ##__VA_ARGS__) macro
88 #define SkDEBUGFAILF(fmt, ...) macro
/external/skqp/include/core/
H A DSkTypes.h80 #define SkDEBUGFAILF(fmt, ...) SkASSERTF(false, fmt, ##__VA_ARGS__) macro
88 #define SkDEBUGFAILF(fmt, ...) macro
/external/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient.cpp34 SkDEBUGFAILF("Mapping focal point failed unexpectedly for focalX = %f.\n", fFocalX);
/external/skqp/src/shaders/gradients/
H A DSkTwoPointConicalGradient.cpp34 SkDEBUGFAILF("Mapping focal point failed unexpectedly for focalX = %f.\n", fFocalX);
/external/skia/src/images/
H A DSkPngEncoder.cpp214 SkDEBUGFAILF("PNG tEXt keyword should be no longer than %d.",
/external/skqp/src/images/
H A DSkPngEncoder.cpp214 SkDEBUGFAILF("PNG tEXt keyword should be no longer than %d.",

Completed in 322 milliseconds