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

  /external/skia/src/ports/
SkDebug_stdio.cpp 14 void SkDebugf(const char format[], ...) {
SkDebug_win.cpp 19 void SkDebugf(const char format[], ...) {
SkDebug_android.cpp 20 void SkDebugf(const char format[], ...) {
  /external/pdfium/skia/config/
SkUserConfig.h 93 /* 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__)
  /external/skia/tools/fiddle/
fiddle_main.cpp 19 // Global used by the local impl of SkDebugf.
22 void SkDebugf(const char * fmt, ...) {

Completed in 107 milliseconds