HomeSort by relevance Sort by last modified time
    Searched defs:SkDEBUGF (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkTypes.h 35 #ifndef SkDebugf
36 SK_API void SkDebugf(const char format[], ...);
55 SkDebugf(fmt"\n", __VA_ARGS__); \
61 #define SkDEBUGF(...) SkDebugf(__VA_ARGS__)
69 #define SkDEBUGF(...)
  /external/skqp/include/core/
SkTypes.h 35 #ifndef SkDebugf
36 SK_API void SkDebugf(const char format[], ...);
55 SkDebugf(fmt"\n", __VA_ARGS__); \
61 #define SkDEBUGF(...) SkDebugf(__VA_ARGS__)
69 #define SkDEBUGF(...)

Completed in 94 milliseconds