Home
last modified time | relevance | path

Searched refs:GET_WARGV_SHIFTED (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h43 #define GET_WARGV_SHIFTED(UNUSED, C) wargv[(C) + 1] macro
74 #define GET_WARGV_SHIFTED(ARGV, C) (ARGV)[C] macro
Dimg2webp.c167 output = (const char*)GET_WARGV_SHIFTED(argv, ++c); in main()
254 ok = ReadImage((const char*)GET_WARGV_SHIFTED(argv, c), &pic); in main()
287 pic_num, timestamp_ms, GET_WARGV_SHIFTED(argv, c)); in main()