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

/external/skia/src/ports/
H A DSkDebug_stdio.cpp14 void SkDebugf(const char format[], ...) { function
H A DSkDebug_win.cpp19 void SkDebugf(const char format[], ...) { function
H A DSkDebug_android.cpp20 void SkDebugf(const char format[], ...) { function
/external/pdfium/skia/config/
H A DSkUserConfig.h93 /* To write debug messages to a console, skia will call SkDebugf(...) following
97 // #define SkDebugf(...) MyFunction(__VA_ARGS__)
136 #define SkDebugf(...) SkDebugf_FileLine(__FILE__, __LINE__, false, __VA_ARGS__) macro
/external/skia/tools/fiddle/
H A Dfiddle_main.cpp19 // Global used by the local impl of SkDebugf.
22 void SkDebugf(const char * fmt, ...) { function

Completed in 129 milliseconds