Searched refs:WSTRCMP (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
D | unicode.h | 62 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) macro 89 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR) macro
|
D | unicode_gif.h | 38 if (!WSTRCMP(file_name, "-")) { in DGifOpenFileUnicode()
|
D | dwebp.c | 46 const int use_stdout = (out_file != NULL) && !WSTRCMP(out_file, "-"); in SaveOutput()
|
D | gif2webp.c | 553 if (!WSTRCMP(out_file, "-")) { in main()
|
D | webpmux.c | 404 FILE* fout = WSTRCMP(filename, "-") ? WFOPEN(filename, "wb") in WriteData()
|
D | cwebp.c | 999 const int use_stdout = !WSTRCMP(out_file, "-"); in main()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | imageio_util.c | 77 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()
|
D | wicdec.c | 90 if (!WSTRCMP(filename, "-")) { in OpenInputStream()
|
D | image_enc.c | 556 (out_file_name != NULL) && !WSTRCMP(out_file_name, "-"); in WebPSaveImage()
|