Home
last modified time | relevance | path

Searched refs:WSTRCMP (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h62 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) macro
89 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR) macro
Dunicode_gif.h38 if (!WSTRCMP(file_name, "-")) { in DGifOpenFileUnicode()
Ddwebp.c46 const int use_stdout = (out_file != NULL) && !WSTRCMP(out_file, "-"); in SaveOutput()
Dgif2webp.c553 if (!WSTRCMP(out_file, "-")) { in main()
Dwebpmux.c404 FILE* fout = WSTRCMP(filename, "-") ? WFOPEN(filename, "wb") in WriteData()
Dcwebp.c999 const int use_stdout = !WSTRCMP(out_file, "-"); in main()
/third_party/skia/third_party/externals/libwebp/imageio/
Dimageio_util.c77 const int from_stdin = (file_name == NULL) || !WSTRCMP(file_name, "-"); in ImgIoUtilReadFile()
122 const int to_stdout = (file_name == NULL) || !WSTRCMP(file_name, "-"); in ImgIoUtilWriteFile()
Dwicdec.c90 if (!WSTRCMP(filename, "-")) { in OpenInputStream()
Dimage_enc.c556 (out_file_name != NULL) && !WSTRCMP(out_file_name, "-"); in WebPSaveImage()