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

  /external/chromium_org/third_party/skia/src/ports/
SkDebug_stdio.cpp 15 void SkDebugf(const char format[], ...) {
SkDebug_win.cpp 19 void SkDebugf(const char format[], ...) {
27 // about SkDebugf performance we flush after every print.
SkDebug_android.cpp 24 void SkDebugf(const char format[], ...) {
SkDebug_nacl.cpp 24 static const char* kLogPrefix = "SkDebugf:";
27 void SkDebugf(const char format[], ...) {
  /external/skia/src/ports/
SkDebug_stdio.cpp 15 void SkDebugf(const char format[], ...) {
SkDebug_win.cpp 19 void SkDebugf(const char format[], ...) {
27 // about SkDebugf performance we flush after every print.
SkDebug_android.cpp 24 void SkDebugf(const char format[], ...) {
SkDebug_nacl.cpp 24 static const char* kLogPrefix = "SkDebugf:";
27 void SkDebugf(const char format[], ...) {
  /external/chromium_org/skia/config/
SkUserConfig.h 126 /* 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__)

Completed in 104 milliseconds