Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkMovie_gif.cpp88 info->fHeight = fGIF->SHeight; in onGetInfo()
344 const int height = gif->SHeight; in onGetBitmap()
DSkImageDecoder_libgif.cpp187 height = gif->SHeight; in onDecode()
/external/giflib/
Dgif_lib.h85 GifWord SWidth, SHeight, /* Screen dimensions. */ member
Ddgif_lib.c247 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in DGifGetScreenDesc()