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

  /external/skia/src/images/
SkImageDecoder_libgif.cpp 182 if (DGifGetLine(gif, dst, width) == GIF_ERROR) {
424 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
425 gif_warning(*bm, "interlace DGifGetLine");
441 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
442 gif_warning(*bm, "DGifGetLine");
  /external/giflib/
gif_lib.h 204 int DGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
dgif_lib.c 438 DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen)
825 * not be read at all, and DGifGetLine/Pixel clean everything. */
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 333 if (DGifGetLine(gifIn,
342 if (DGifGetLine(gifIn, rasterBits, gifIn->Image.Width * gifIn->Image.Height) == GIF_ERROR) {
  /external/skia/src/codec/
SkGifCodec.cpp 475 return GIF_ERROR != DGifGetLine(fGif, fSrcBuffer.get(), fFrameRect.width());

Completed in 2439 milliseconds