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

/external/ImageMagick/coders/
H A Djbig.c525 x_resolution,
528 x_resolution=640;
539 x_resolution=geometry_info.rho;
542 y_resolution=x_resolution;
546 x_resolution=(size_t) (100.0*2.54*x_resolution+0.5)/100.0;
549 (void) jbg_enc_lrlmax(&jbig_info,(unsigned long) x_resolution,
519 x_resolution, local
H A Demf.c489 x_resolution;
492 x_resolution=DefaultResolution;
501 x_resolution=image->resolution.x;
503 x_resolution*=CENTIMETERS_INCH;
507 x_resolution+0.5);
485 x_resolution; local
H A Dpict.c1616 x_resolution,
1706 x_resolution=image->resolution.x != 0.0 ? image->resolution.x :
1755 (void) WriteBlobMSBShort(image,(unsigned short) x_resolution);
1861 (void) WriteBlobMSBShort(image,(unsigned short) x_resolution);
1901 (void) WriteBlobMSBShort(image,(unsigned short) (x_resolution+0.5));
1607 x_resolution, local
H A Dpsd.c2508 x_resolution,
2516 x_resolution=2.54*65536.0*image->resolution.x+0.5;
2522 x_resolution=65536.0*image->resolution.x+0.5;
2530 (void) WriteBlobMSBLong(image,(unsigned int) (x_resolution+0.5));
2500 x_resolution, local
H A Dtiff.c1087 x_resolution,
1341 if ((TIFFGetFieldDefaulted(tiff,TIFFTAG_XRESOLUTION,&x_resolution) == 1) &&
1344 image->resolution.x=x_resolution;
1081 x_resolution, local
H A Dmsl.c5275 x_resolution,
5286 x_resolution=DefaultResolution;
5306 x_resolution=geometry_info.rho;
5318 x_resolution=StringToDouble(value,(char **) NULL);
5355 width=(size_t) (x_resolution*msl_info->image[n]->columns/
5269 x_resolution, local
H A Dpng.c1989 x_resolution,
2696 x_resolution=0;
2704 (void) png_get_pHYs(ping,ping_info,&x_resolution,&y_resolution,
2706 image->resolution.x=(double) x_resolution;
2712 image->resolution.x=(double) x_resolution/100.0;
2719 (double) x_resolution,(double) y_resolution,unit_type);
3898 (double) x_resolution,(double) y_resolution, unit_type);
10719 " x_resolution=%lu",
1982 x_resolution, local
/external/ImageMagick/www/api/
H A Dresize.php237 Image *ResampleImage(Image *image,const double x_resolution,
253 <dt>x_resolution</dt>
H A Dmagick-property.php1721 const double x_resolution,const double y_resolution)
1735 <dt>x_resolution</dt>
H A Dmagick-image.php5076 const double x_resolution,const double y_resolution,
5091 <dt>x_resolution</dt>
6428 const double x_resolution,const double y_resolution)
6442 <dt>x_resolution</dt>
H A Ddrawing-wand.php2773 const double x_resolution,const double y_resolution)
2787 <dt>x_resolution</dt>
/external/ImageMagick/MagickWand/
H A Dmagick-property.c2834 % const double x_resolution,const double y_resolution)
2840 % o x_resolution: the image x resolution.
2846 const double x_resolution,const double y_resolution)
2856 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g",x_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,
8594 % o x_resolution: the new image x 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)
10632 % o x_resolution: the image x resolution.
10638 const double x_resolution,const double y_resolution)
10646 wand->images->resolution.x=x_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)
4901 % o x_resolution: the image x resolution.
4907 const double x_resolution,const double y_resolution)
4916 (void) FormatLocaleString(density,MagickPathExtent,"%.20gx%.20g",x_resolution,
4807 DrawSetFontResolution(DrawingWand *wand, const double x_resolution,const double y_resolution) argument
/external/ImageMagick/MagickCore/
H A Dresize.c2263 % Image *ResampleImage(Image *image,const double x_resolution,
2271 % o x_resolution: the new image x resolution.
2280 MagickExport Image *ResampleImage(const Image *image,const double x_resolution,
2301 width=(size_t) (x_resolution*image->columns/(image->resolution.x == 0.0 ?
2308 resample_image->resolution.x=x_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.cpp681 x_resolution=72, local
685 x_resolution=constImage()->resolution.x;
690 return(Point(x_resolution,y_resolution));

Completed in 377 milliseconds