Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkMovie_gif.cpp87 info->fWidth = fGIF->SWidth; in onGetInfo()
343 const int width = gif->SWidth; in onGetBitmap()
DSkImageDecoder_libgif.cpp186 width = gif->SWidth; in onDecode()
/external/giflib/
Dgif_lib.h85 GifWord SWidth, SHeight, /* Screen dimensions. */ member
Ddgif_lib.c246 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR || in DGifGetScreenDesc()