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

  /packages/apps/Messaging/jni/
GifTranscoder.cpp 120 if (gifIn->SWidth < 0 || gifIn->SHeight < 0) {
121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight);
127 gifIn->SWidth / 2,
144 std::vector<GifByteType> srcBuffer(gifIn->SWidth * gifIn->SHeight);
147 std::unique_ptr<ColorARGB> renderBuffer(new ColorARGB[gifIn->SWidth * gifIn->SHeight]);
150 std::unique_ptr<GifByteType> dstRowBuffer(new GifByteType[gifOut->SWidth]);
179 gifIn->Image.Left + gifIn->Image.Width > gifIn->SWidth ||
189 gifOut->SWidth,
222 for (int x = 0; x < gifOut->SWidth; x++) {
227 if (EGifPutLine(gifOut, dstRowBuffer.get(), gifOut->SWidth) == GIF_ERROR)
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.h 33 return mGif ? mGif->SWidth : 0;
FrameSequence_gif.cpp 115 mGif->SWidth, mGif->SHeight, mGif->ImageCount, durationMs);
  /external/skia/src/images/
SkMovie_gif.cpp 94 info->fWidth = fGIF->SWidth;
353 const int width = gif->SWidth;
SkImageDecoder_libgif.cpp 284 width = gif->SWidth;
  /external/giflib/
gif_lib.h 71 GifWord SWidth, SHeight; /* Size of virtual canvas */
egif_lib.c 292 GifFile->SWidth = Width;
    [all...]
dgif_lib.c 243 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||
    [all...]
  /external/skia/src/codec/
SkCodec_libgif.cpp 165 const int32_t width = gif->SWidth;

Completed in 145 milliseconds