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

  /external/giflib/
egif_lib.c 363 const bool Interlace,
384 GifFile->Image.Interlace = Interlace;
408 (Interlace ? 0x40 : 0x00) |
    [all...]
gif_lib.h 49 bool Interlace; /* Sequential/Interlaced lines. */
dgif_lib.c 365 GifFile->Image.Interlace = (Buf[0] & 0x40) ? true : false;
    [all...]
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 253 if (frame->ImageDesc.Interlace) {
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 191 false, // Interlace
331 if (gifIn->Image.Interlace) {
  /prebuilts/go/darwin-x86/src/image/png/
reader.go 64 // Interlace type.
76 // See http://www.w3.org/TR/PNG/#8Interlace
115 interlace int
157 return FormatError("invalid interlace method")
159 d.interlace = int(d.tmp[12])
370 if d.interlace == itNone {
375 } else if d.interlace == itAdam7 {
425 if d.interlace == itAdam7 && !allocateOnly {
  /prebuilts/go/linux-x86/src/image/png/
reader.go 64 // Interlace type.
76 // See http://www.w3.org/TR/PNG/#8Interlace
115 interlace int
157 return FormatError("invalid interlace method")
159 d.interlace = int(d.tmp[12])
370 if d.interlace == itNone {
375 } else if d.interlace == itAdam7 {
425 if d.interlace == itAdam7 && !allocateOnly {

Completed in 526 milliseconds