Home
last modified time | relevance | path

Searched refs:WFOPEN (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) macro
83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) macro
Dcwebp.c318 FILE* const f = WFOPEN(PGM_name, "wb"); in DumpPicture()
1000 out = use_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(out_file, "wb"); in main()
Danim_util.c177 f = WFOPEN(file_name, "wb"); in DumpFrame()
Dwebpmux.c404 FILE* fout = WSTRCMP(filename, "-") ? WFOPEN(filename, "wb") in WriteData()
/third_party/skia/third_party/externals/libwebp/imageio/
Dimageio_util.c85 in = WFOPEN(file_name, "rb"); in ImgIoUtilReadFile()
127 out = to_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(file_name, "wb"); in ImgIoUtilWriteFile()
Dimage_enc.c567 : WFOPEN(out_file_name, "wb"); in WebPSaveImage()