HomeSort by relevance Sort by last modified time
    Searched defs:y_resolution (Results 1 - 9 of 9) 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...]
msl.c 5270 y_resolution; local
    [all...]
tiff.c 1082 y_resolution; local
    [all...]
png.c 1983 y_resolution; local
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/
Coreboot.h 215 UINT32 y_resolution; member in struct:cb_framebuffer
  /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 551 milliseconds