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

  /external/giflib/
egif_lib.c 359 const bool Interlace,
380 GifFile->Image.Interlace = Interlace;
400 (Interlace ? 0x40 : 0x00) |
    [all...]
gif_lib.h 48 bool Interlace; /* Sequential/Interlaced lines. */
dgif_lib.c 356 GifFile->Image.Interlace = (Buf[0] & 0x40) ? true : false;
    [all...]
  /external/skia/src/codec/
SkCodec_libgif.cpp 452 // Check the interlace flag and iterate over rows of the input
453 if (fGif->Image.Interlace) {
454 // In interlace mode, the rows of input are rearranged in
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 46 /* Implement the GIF interlace algorithm in an iterator.
419 if (gif->Image.Interlace) {
425 gif_warning(*bm, "interlace DGifGetLine");
437 // easy, non-interlace case
SkMovie_gif.cpp 252 if (frame->ImageDesc.Interlace) {
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 191 false, // Interlace
326 if (gifIn->Image.Interlace) {

Completed in 504 milliseconds