/external/ImageMagick/coders/ |
D | jbig.c | 522 y_resolution; in WriteJBIGImage() local 525 y_resolution=480; in WriteJBIGImage() 536 y_resolution=geometry_info.sigma; in WriteJBIGImage() 538 y_resolution=x_resolution; in WriteJBIGImage() 543 y_resolution=(size_t) (100.0*2.54*y_resolution+0.5)/100.0; in WriteJBIGImage() 546 (unsigned long) y_resolution); in WriteJBIGImage()
|
D | emf.c | 490 y_resolution, in ReadEMFImage() local 493 y_resolution=DefaultResolution; in ReadEMFImage() 497 y_resolution=image->resolution.y; in ReadEMFImage() 499 y_resolution*=CENTIMETERS_INCH; in ReadEMFImage() 507 image->rows=(size_t) ((height/1000.0/CENTIMETERS_INCH)*y_resolution+0.5); in ReadEMFImage()
|
D | pict.c | 1678 y_resolution; in WritePICTImage() local 1768 y_resolution=0.0; in WritePICTImage() 1773 y_resolution=image->resolution.y; in WritePICTImage() 1777 y_resolution*=2.54; in WritePICTImage() 1840 (void) WriteBlobMSBShort(image,(unsigned short) y_resolution); in WritePICTImage() 1946 (void) WriteBlobMSBShort(image,(unsigned short) y_resolution); in WritePICTImage() 1987 (void) WriteBlobMSBShort(image,(unsigned short) (y_resolution+0.5)); in WritePICTImage()
|
D | psd.c | 3086 y_resolution; in WriteResolutionResourceBlock() local 3094 y_resolution=2.54*65536.0*image->resolution.y+0.5; in WriteResolutionResourceBlock() 3100 y_resolution=65536.0*image->resolution.y+0.5; in WriteResolutionResourceBlock() 3110 (void) WriteBlobMSBLong(image,(unsigned int) (y_resolution+0.5)); in WriteResolutionResourceBlock()
|
D | msl.c | 5330 y_resolution; in MSLStartElement() local 5341 y_resolution=DefaultResolution; in MSLStartElement() 5363 y_resolution=geometry_info.sigma; in MSLStartElement() 5385 y_resolution=StringToDouble(value,(char **) NULL); in MSLStartElement() 5414 height=(size_t) (y_resolution*msl_info->image[n]->rows/ in MSLStartElement()
|
D | tiff.c | 1279 y_resolution; in ReadTIFFImage() local 1552 (TIFFGetFieldDefaulted(tiff,TIFFTAG_YRESOLUTION,&y_resolution,sans) == 1)) in ReadTIFFImage() 1555 image->resolution.y=y_resolution; in ReadTIFFImage()
|
D | png.c | 2215 y_resolution; in ReadOnePNGImage() local 2952 y_resolution=0; in ReadOnePNGImage() 2959 (void) png_get_pHYs(ping,ping_info,&x_resolution,&y_resolution, in ReadOnePNGImage() 2962 image->resolution.y=(double) y_resolution; in ReadOnePNGImage() 2968 image->resolution.y=(double) y_resolution/100.0; in ReadOnePNGImage() 2974 (double) x_resolution,(double) y_resolution,unit_type); in ReadOnePNGImage() 4186 (double) x_resolution,(double) y_resolution, unit_type); in ReadOnePNGImage()
|
/external/u-boot/arch/x86/lib/ |
D | coreboot_table.c | 148 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table() 154 fb->y_resolution = vesa->y_resolution; in write_coreboot_table()
|
D | bios.c | 234 le16_to_cpu(mode_info->vesa.y_resolution), in vbe_set_graphics()
|
/external/u-boot/drivers/video/ |
D | coreboot.c | 23 vesa->y_resolution = fb->y_resolution; in save_vesa_mode()
|
D | efi.c | 67 vesa->y_resolution = mode->info->height; in save_vesa_mode()
|
/external/u-boot/drivers/pci/ |
D | pci_rom.c | 209 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video() 215 screen_info->lfb_height = vesa->y_resolution; in setup_video() 333 uc_priv->ysize = vesa->y_resolution; in vbe_setup_video_priv() 347 plat->size = vesa->bytes_per_scanline * vesa->y_resolution; in vbe_setup_video_priv()
|
/external/u-boot/cmd/ |
D | elf.c | 408 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx() 413 gop->info.height = vesa->y_resolution; in do_bootvx() 417 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution; in do_bootvx()
|
/external/u-boot/drivers/bios_emulator/ |
D | atibios.c | 160 le16_to_cpu(vm->y_resolution), in atibios_debug_mode() 210 vm->y_resolution = le16_to_cpu(vm->y_resolution); in atibios_set_vesa_mode()
|
/external/u-boot/include/ |
D | vbe.h | 58 u16 y_resolution; /* 14 */ member
|
/external/u-boot/arch/x86/lib/fsp1/ |
D | fsp_graphics.c | 50 vesa->y_resolution = ginfo->height; in save_vesa_mode()
|
/external/u-boot/arch/x86/include/asm/ |
D | coreboot_tables.h | 132 u32 y_resolution; member
|
/external/ImageMagick/MagickWand/ |
D | magick-property.c | 2780 const double x_resolution,const double y_resolution) in MagickSetResolution() argument 2791 y_resolution); in MagickSetResolution()
|
D | magick-image.c | 9033 const double x_resolution,const double y_resolution,const FilterType filter) in MagickResampleImage() argument 9044 resample_image=ResampleImage(wand->images,x_resolution,y_resolution,filter, in MagickResampleImage() 11079 const double x_resolution,const double y_resolution) in MagickSetImageResolution() argument 11088 wand->images->resolution.y=y_resolution; in MagickSetImageResolution()
|
D | drawing-wand.c | 4890 const double x_resolution,const double y_resolution) in DrawSetFontResolution() argument 4900 y_resolution); in DrawSetFontResolution()
|
/external/ImageMagick/MagickCore/ |
D | resize.c | 3146 const double y_resolution,const FilterType filter,ExceptionInfo *exception) in ResampleImage() argument 3168 height=(size_t) (y_resolution*image->rows/(image->resolution.y == 0.0 ? in ResampleImage() 3174 resample_image->resolution.y=y_resolution; in ResampleImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 677 y_resolution=72; in density() local 683 y_resolution=constImage()->resolution.y; in density() 685 return(Point(x_resolution,y_resolution)); in density()
|