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

  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 91 #ifndef SkDebugf
92 void SkDebugf(const char format[], ...);
101 // #define SkDEBUGF(args ) SkDebugf##args
102 #define SkDEBUGF(args ) SkDebugf args
108 #define SkDEBUGF(args)
119 // So we use the comma operator to make an SkDebugf that always returns false: we'll evaluate cond,
121 #define SkASSERTF(cond, fmt, ...) SkASSERT((cond) || (SkDebugf(fmt"\n", __VA_ARGS__), false))
  /external/skia/include/core/
SkTypes.h 91 #ifndef SkDebugf
92 void SkDebugf(const char format[], ...);
101 // #define SkDEBUGF(args ) SkDebugf##args
102 #define SkDEBUGF(args ) SkDebugf args
108 #define SkDEBUGF(args)
119 // So we use the comma operator to make an SkDebugf that always returns false: we'll evaluate cond,
121 #define SkASSERTF(cond, fmt, ...) SkASSERT((cond) || (SkDebugf(fmt"\n", __VA_ARGS__), false))

Completed in 63 milliseconds