Searched refs:WFOPEN (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
D | unicode.h | 56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) macro 83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) macro
|
D | cwebp.c | 318 FILE* const f = WFOPEN(PGM_name, "wb"); in DumpPicture() 1000 out = use_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(out_file, "wb"); in main()
|
D | anim_util.c | 177 f = WFOPEN(file_name, "wb"); in DumpFrame()
|
D | webpmux.c | 404 FILE* fout = WSTRCMP(filename, "-") ? WFOPEN(filename, "wb") in WriteData()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | imageio_util.c | 85 in = WFOPEN(file_name, "rb"); in ImgIoUtilReadFile() 127 out = to_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(file_name, "wb"); in ImgIoUtilWriteFile()
|
D | image_enc.c | 567 : WFOPEN(out_file_name, "wb"); in WebPSaveImage()
|