Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkDebug_stdio.cpp15 void SkDebugf(const char format[], ...) { in SkDebugf() function
DSkDebug_win.cpp19 void SkDebugf(const char format[], ...) { in SkDebugf() function
DSkDebug_android.cpp24 void SkDebugf(const char format[], ...) { in SkDebugf() function
DSkDebug_nacl.cpp27 void SkDebugf(const char format[], ...) { in SkDebugf() function
/external/chromium_org/third_party/skia/src/ports/
DSkDebug_stdio.cpp15 void SkDebugf(const char format[], ...) { in SkDebugf() function
DSkDebug_win.cpp19 void SkDebugf(const char format[], ...) { in SkDebugf() function
DSkDebug_nacl.cpp27 void SkDebugf(const char format[], ...) { in SkDebugf() function
DSkDebug_android.cpp24 void SkDebugf(const char format[], ...) { in SkDebugf() function
/external/chromium_org/skia/config/
DSkUserConfig.h170 #define SkDebugf(...) SkDebugf_FileLine(__FILE__, __LINE__, false, __VA_ARGS__) macro