Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h59 #define WFPRINTF(STDERR, STR, ...) fwprintf(STDERR, TO_W_CHAR(STR), __VA_ARGS__) macro
86 #define WFPRINTF(STDERR, STR, ...) fprintf(STDERR, STR, __VA_ARGS__) macro