Searched refs:WSNPRINTF (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
D | unicode.h | 64 #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
|
D | anim_dump.c | 109 WSNPRINTF(out_file, sizeof(out_file), "%s/%s%.4d.%s", in main()
|
D | anim_util.c | 171 if (WSNPRINTF(file_name, max_len, "%s/%s_frame_%d.pam", in DumpFrame()
|