HomeSort by relevance Sort by last modified time
    Searched defs:x_resolution (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/coders/
jbig.c 525 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
emf.c 489 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
pict.c 1607 x_resolution, local
    [all...]
psd.c 2500 x_resolution, local
    [all...]
msl.c 5269 x_resolution, local
    [all...]
tiff.c 1081 x_resolution, local
    [all...]
png.c 1982 x_resolution, local
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 681 x_resolution=72, local
685 x_resolution=constImage()->resolution.x;
690 return(Point(x_resolution,y_resolution));
    [all...]

Completed in 587 milliseconds