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 93 #ifndef SkDebugf
94 void SkDebugf(const char format[], ...);
103 // #define SkDEBUGF(args ) SkDebugf##args
104 #define SkDEBUGF(args ) SkDebugf args
110 #define SkDEBUGF(args)
  /external/skia/include/core/
SkTypes.h 93 #ifndef SkDebugf
94 void SkDebugf(const char format[], ...);
103 // #define SkDEBUGF(args ) SkDebugf##args
104 #define SkDEBUGF(args ) SkDebugf args
110 #define SkDEBUGF(args)

Completed in 509 milliseconds