Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkMovie_gif.cpp95 info->fHeight = fGIF->SHeight; in onGetInfo()
354 const int height = gif->SHeight; in onGetBitmap()
DSkImageDecoder_libgif.cpp285 height = gif->SHeight;
/external/giflib/
Dgif_lib.h71 GifWord SWidth, SHeight; /* Size of virtual canvas */ member
Degif_lib.c293 GifFile->SHeight = Height; in EGifPutScreenDesc()
1080 GifFileOut->SHeight, in EGifSpew()
Ddgif_lib.c244 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in DGifGetScreenDesc()
/external/skia/src/codec/
DSkCodec_libgif.cpp166 const int32_t height = gif->SHeight; in ReadHeader()