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;
404 (Interlace ? 0x40 : 0x00) |
    [all...]
gif_lib.h 49 bool Interlace; /* Sequential/Interlaced lines. */
dgif_lib.c 361 GifFile->Image.Interlace = (Buf[0] & 0x40) ? true : false;
    [all...]
  /external/skia/src/codec/
SkGifCodec.cpp 593 if (fGif->Image.Interlace) {
600 if (fGif->Image.Interlace) {
  /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 254 if (frame->ImageDesc.Interlace) {
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 191 false, // Interlace
326 if (gifIn->Image.Interlace) {

Completed in 443 milliseconds