HomeSort by relevance Sort by last modified time
    Searched defs:SkDebugf (Results 1 - 9 of 9) 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/skqp/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 45 // Global used by the local impl of SkDebugf.
51 void SkDebugf(const char * fmt, ...) {
  /external/skqp/tools/fiddle/
fiddle_main.cpp 45 // Global used by the local impl of SkDebugf.
51 void SkDebugf(const char * fmt, ...) {

Completed in 242 milliseconds