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 90 #ifndef SkDebugf
91 void SkDebugf(const char format[], ...);
100 // #define SkDEBUGF(args ) SkDebugf##args
101 #define SkDEBUGF(args ) SkDebugf args
107 #define SkDEBUGF(args)
  /external/skia/legacy/include/core/
SkTypes.h 90 #ifndef SkDebugf
91 void SkDebugf(const char format[], ...);
100 // #define SkDEBUGF(args ) SkDebugf##args
101 #define SkDEBUGF(args ) SkDebugf args
107 #define SkDEBUGF(args)

Completed in 1036 milliseconds