Home
last modified time | relevance | path

Searched refs:WSNPRINTF (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h64 #define WSNPRINTF(A, B, STR, ...) _snwprintf(A, B, TO_W_CHAR(STR), __VA_ARGS__) macro
91 #define WSNPRINTF(A, B, STR, ...) snprintf(A, B, STR, __VA_ARGS__) macro
Danim_dump.c109 WSNPRINTF(out_file, sizeof(out_file), "%s/%s%.4d.%s", in main()
Danim_util.c171 if (WSNPRINTF(file_name, max_len, "%s/%s_frame_%d.pam", in DumpFrame()