Searched defs:SkDebugf (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkDebug_stdio.cpp15 void SkDebugf(const char format[], ...) { function
H A DSkDebug_win.cpp19 void SkDebugf(const char format[], ...) { function
27 // about SkDebugf performance we flush after every print.
H A DSkDebug_nacl.cpp24 static const char* kLogPrefix = "SkDebugf:";
27 void SkDebugf(const char format[], ...) { function
H A DSkDebug_android.cpp24 void SkDebugf(const char format[], ...) { function
/external/skia/src/ports/
H A DSkDebug_stdio.cpp15 void SkDebugf(const char format[], ...) { function
H A DSkDebug_win.cpp19 void SkDebugf(const char format[], ...) { function
27 // about SkDebugf performance we flush after every print.
H A DSkDebug_nacl.cpp24 static const char* kLogPrefix = "SkDebugf:";
27 void SkDebugf(const char format[], ...) { function
H A DSkDebug_android.cpp24 void SkDebugf(const char format[], ...) { function
/external/chromium_org/skia/config/
H A DSkUserConfig.h126 /* To write debug messages to a console, skia will call SkDebugf(...) following
130 //#define SkDebugf(...) MyFunction(__VA_ARGS__)
170 #define SkDebugf(...) SkDebugf_FileLine(__FILE__, __LINE__, false, __VA_ARGS__) macro

Completed in 86 milliseconds