HomeSort by relevance Sort by last modified time
    Searched refs:SHeight (Results 1 - 8 of 8) sorted by null

  /frameworks/ex/framesequence/jni/
FrameSequence_gif.h 37 return mGif ? mGif->SHeight : 0;
FrameSequence_gif.cpp 115 mGif->SWidth, mGif->SHeight, mGif->ImageCount, durationMs);
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 91 info->fHeight = fGIF->SHeight;
350 const int height = gif->SHeight;
SkImageDecoder_libgif.cpp 273 height = gif->SHeight;
  /external/skia/src/images/
SkMovie_gif.cpp 91 info->fHeight = fGIF->SHeight;
350 const int height = gif->SHeight;
SkImageDecoder_libgif.cpp 274 height = gif->SHeight;
  /external/giflib/
gif_lib.h 71 GifWord SWidth, SHeight; /* Size of virtual canvas */
dgif_lib.c 244 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)
    [all...]

Completed in 195 milliseconds