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

  /external/ImageMagick/coders/
jbig.c 526 y_resolution;
529 y_resolution=480;
540 y_resolution=geometry_info.sigma;
542 y_resolution=x_resolution;
547 y_resolution=(size_t) (100.0*2.54*y_resolution+0.5)/100.0;
550 (unsigned long) y_resolution);
520 y_resolution; local
emf.c 488 y_resolution,
491 y_resolution=DefaultResolution;
495 y_resolution=image->resolution.y;
497 y_resolution*=CENTIMETERS_INCH;
505 image->rows=(size_t) ((height/1000.0/CENTIMETERS_INCH)*y_resolution+0.5);
484 y_resolution, local
pict.c 1608 y_resolution; local
    [all...]
psd.c 2501 y_resolution; local
    [all...]
tiff.c 1082 y_resolution; local
    [all...]
msl.c 5270 y_resolution; local
    [all...]
png.c 1983 y_resolution; local
    [all...]
  /external/ImageMagick/www/api/
resize.php 238 const double y_resolution,const FilterTypes filter,
257 <dt>y_resolution</dt>
magick-property.php     [all...]
magick-image.php     [all...]
  /external/ImageMagick/MagickWand/
magick-property.c     [all...]
magick-image.c     [all...]
drawing-wand.c     [all...]
  /external/ImageMagick/MagickCore/
resize.c     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 682 y_resolution=72; local
688 y_resolution=constImage()->resolution.y;
690 return(Point(x_resolution,y_resolution));
    [all...]

Completed in 967 milliseconds