Home
last modified time | relevance | path

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

/external/webp/examples/
Dgif2webp.c294 printf("Canvas screen: %d x %d\n", gif->SWidth, gif->SHeight); in main()
298 if (gif->SWidth == 0 || gif->SHeight == 0) { in main()
302 gif->SHeight = image_desc->Height; in main()
303 if (gif->SWidth <= 0 || gif->SHeight <= 0) { in main()
308 gif->SWidth, gif->SHeight); in main()
313 frame.height = gif->SHeight; in main()
342 image_desc->Height = gif->SHeight; in main()
Danim_util.c532 image->canvas_height = (uint32_t)gif->SHeight; in ReadAnimatedGIF()
/external/oss-fuzz/projects/giflib/
Ddgif_fuzz_common.cc165 GifFile->SWidth, GifFile->SHeight, GifFile->ImageCount, durationMs); in fuzz_dgif_ala_android()
/external/giflib/
Dgif_lib.h72 GifWord SWidth, SHeight; /* Size of virtual canvas */ member
Degif_lib.c297 GifFile->SHeight = Height; in EGifPutScreenDesc()
1087 GifFileOut->SHeight, in EGifSpew()
Ddgif_lib.c251 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in DGifGetScreenDesc()