Searched defs:SkDebugf (Results 1 – 5 of 5) sorted by relevance
14 void SkDebugf(const char format[], ...) { in SkDebugf() function
19 void SkDebugf(const char format[], ...) { in SkDebugf() function
20 void SkDebugf(const char format[], ...) { in SkDebugf() function
136 #define SkDebugf(...) SkDebugf_FileLine(__FILE__, __LINE__, false, __VA_ARGS__) macro
22 void SkDebugf(const char * fmt, ...) { in SkDebugf() function