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

  /external/ImageMagick/coders/
yuv.c 175 ((interlace == NoInterlace) && (vertical_factor == 2)))
177 interlace=NoInterlace; /* CCIR 4:2:2 */
199 if (interlace == NoInterlace)
238 if (interlace == NoInterlace)
316 if (interlace == NoInterlace)
338 if (interlace != NoInterlace)
443 if (interlace == NoInterlace)
624 ((interlace == NoInterlace) && (vertical_factor == 2)))
626 interlace=NoInterlace; /* CCIR 4:2:2 */
673 if (interlace == NoInterlace)
    [all...]
gif.c 458 if (image->interlace == NoInterlace)
735 if (image_info->interlace == NoInterlace)
    [all...]
jpeg.c     [all...]
ycbcr.c 220 case NoInterlace:
    [all...]
bgr.c 216 case NoInterlace:
    [all...]
cmyk.c 210 case NoInterlace:
    [all...]
rgb.c 215 case NoInterlace:
    [all...]
png.c     [all...]
tiff.c     [all...]
  /external/ImageMagick/MagickCore/
image.h 70 NoInterlace,
image.c 196 image->interlace=NoInterlace;
    [all...]
resize.c     [all...]
animate.c     [all...]
option.c     [all...]
display.c     [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 829 if ( image.interlaceType() != NoInterlace )
833 << ", interlaceType default is not NoInterlace as expected" << endl;
843 image.interlaceType(NoInterlace);
  /external/ImageMagick/MagickWand/
import.c 383 image_info->interlace=NoInterlace;
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 704 using MagickCore::NoInterlace;
    [all...]
  /external/ImageMagick/www/api/
magick-property.php     [all...]
magick-image.php     [all...]

Completed in 445 milliseconds