Searched refs:y_resolution (Results 1 - 16 of 16) sorted by relevance

/external/ImageMagick/coders/
H A Djbig.c526 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
H A Demf.c488 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
H A Dpict.c1617 y_resolution;
1708 y_resolution=image->resolution.y != 0.0 ? image->resolution.y :
1757 (void) WriteBlobMSBShort(image,(unsigned short) y_resolution);
1863 (void) WriteBlobMSBShort(image,(unsigned short) y_resolution);
1903 (void) WriteBlobMSBShort(image,(unsigned short) (y_resolution+0.5));
1608 y_resolution; local
H A Dpsd.c2509 y_resolution;
2517 y_resolution=2.54*65536.0*image->resolution.y+0.5;
2523 y_resolution=65536.0*image->resolution.y+0.5;
2533 (void) WriteBlobMSBLong(image,(unsigned int) (y_resolution+0.5));
2501 y_resolution; local
H A Dtiff.c1088 y_resolution;
1342 (TIFFGetFieldDefaulted(tiff,TIFFTAG_YRESOLUTION,&y_resolution) == 1))
1345 image->resolution.y=y_resolution;
1082 y_resolution; local
H A Dmsl.c5276 y_resolution;
5287 y_resolution=DefaultResolution;
5307 y_resolution=geometry_info.sigma;
5329 y_resolution=StringToDouble(value,(char **) NULL);
5358 height=(size_t) (y_resolution*msl_info->image[n]->rows/
5270 y_resolution; local
H A Dpng.c1990 y_resolution;
2697 y_resolution=0;
2704 (void) png_get_pHYs(ping,ping_info,&x_resolution,&y_resolution,
2707 image->resolution.y=(double) y_resolution;
2713 image->resolution.y=(double) y_resolution/100.0;
2719 (double) x_resolution,(double) y_resolution,unit_type);
3898 (double) x_resolution,(double) y_resolution, unit_type);
10722 " y_resolution=%lu",
1983 y_resolution; local
/external/ImageMagick/www/api/
H A Dresize.php238 const double y_resolution,const FilterTypes filter,
257 <dt>y_resolution</dt>
H A Dmagick-property.php1721 const double x_resolution,const double y_resolution)
1739 <dt>y_resolution</dt>
H A Dmagick-image.php5076 const double x_resolution,const double y_resolution,
5095 <dt>y_resolution</dt>
6428 const double x_resolution,const double y_resolution)
6446 <dt>y_resolution</dt>
H A Ddrawing-wand.php2773 const double x_resolution,const double y_resolution)
2791 <dt>y_resolution</dt>
/external/ImageMagick/MagickWand/
H A Dmagick-property.c2834 % const double x_resolution,const double y_resolution)
2842 % o y_resolution: the image y resolution.
2846 const double x_resolution,const double y_resolution)
2857 y_resolution);
2779 MagickSetResolution(MagickWand *wand, const double x_resolution,const double y_resolution) argument
H A Dmagick-image.c8587 % const double x_resolution,const double y_resolution,
8596 % o y_resolution: the new image y resolution.
8602 const double x_resolution,const double y_resolution,const FilterType filter)
8613 resample_image=ResampleImage(wand->images,x_resolution,y_resolution,filter,
10626 % const double x_resolution,const double y_resolution)
10634 % o y_resolution: the image y resolution.
10638 const double x_resolution,const double y_resolution)
10647 wand->images->resolution.y=y_resolution;
8430 MagickResampleImage(MagickWand *wand, const double x_resolution,const double y_resolution,const FilterType filter) argument
10421 MagickSetImageResolution(MagickWand *wand, const double x_resolution,const double y_resolution) argument
H A Ddrawing-wand.c4895 % const double x_resolution,const double y_resolution)
4903 % o y_resolution: the image y resolution.
4907 const double x_resolution,const double y_resolution)
4917 y_resolution);
4807 DrawSetFontResolution(DrawingWand *wand, const double x_resolution,const double y_resolution) argument
/external/ImageMagick/MagickCore/
H A Dresize.c2264 % const double y_resolution,const FilterType filter,
2273 % o y_resolution: the new image y resolution.
2281 const double y_resolution,const FilterType filter,ExceptionInfo *exception)
2303 height=(size_t) (y_resolution*image->rows/(image->resolution.y == 0.0 ?
2309 resample_image->resolution.y=y_resolution;
2265 ResampleImage(const Image *image,const double x_resolution, const double y_resolution,const FilterType filter,ExceptionInfo *exception) argument
/external/ImageMagick/Magick++/lib/
H A DImage.cpp682 y_resolution=72; local
688 y_resolution=constImage()->resolution.y;
690 return(Point(x_resolution,y_resolution));

Completed in 314 milliseconds