Searched refs:LOCAL_GIF_PREREQ (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | unicode_gif.h | 39 #if LOCAL_GIF_PREREQ(5, 0) in DGifOpenFileUnicode() 55 #if LOCAL_GIF_PREREQ(5, 0) in DGifOpenFileUnicode() 63 #if LOCAL_GIF_PREREQ(5, 0) in DGifOpenFileUnicode()
|
A D | gifdec.h | 33 # define LOCAL_GIF_PREREQ(maj, min) \ macro 37 # define LOCAL_GIF_PREREQ(maj, min) 0
|
A D | anim_util.c | 304 # define LOCAL_GIF_PREREQ(maj, min) \ macro 308 # define LOCAL_GIF_PREREQ(maj, min) 0 macro 311 #if !LOCAL_GIF_PREREQ(5, 0) 372 #if !LOCAL_GIF_PREREQ(5, 1)
|
A D | gifdec.c | 299 #if LOCAL_GIF_PREREQ(4,2) in GIFDisplayError() 300 #if LOCAL_GIF_PREREQ(5,0) in GIFDisplayError()
|
A D | gif2webp.c | 584 #if LOCAL_GIF_PREREQ(5,1) in main()
|
Completed in 15 milliseconds