Searched refs:iwidth (Results 1 – 11 of 11) sorted by relevance
| /plan9/sys/src/cmd/postscript/p9bitpost/ |
| H A D | pslib.c | 79 static int iwidth; variable 748 iwidth = width * 72 / dpi; in image2psfile() 751 iwidth = paperlength - (ymargin * 2); in image2psfile() 752 iheight = iwidth / imageaspectratio; in image2psfile() 755 iwidth = iheight * imageaspectratio; in image2psfile() 763 iwidth = width * 72 / dpi; in image2psfile() 766 iwidth = paperwidth - (xmargin * 2); in image2psfile() 767 iheight = iwidth / imageaspectratio; in image2psfile() 770 iwidth = iheight * imageaspectratio; in image2psfile() 776 bbox = Rect(xstart,ystart,xstart+iwidth,ystart+iheight); in image2psfile() [all …]
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevdfax.c | 42 uint iwidth; /* width of image data in pixels */ member
|
| H A D | gxccman.c | 396 gx_device_memory * dev2, ushort iwidth, ushort iheight, in gx_alloc_char_bits() argument 402 uint nwidth_bits = (iwidth >> log2_xscale) << log2_depth; in gx_alloc_char_bits() 445 pdev->width = iwidth; in gx_alloc_char_bits() 456 dev2->width = iwidth >> log2_xscale; in gx_alloc_char_bits() 462 dev->width = iwidth; in gx_alloc_char_bits() 472 (ulong) cc, (uint) icdsize, iwidth, iheight); in gx_alloc_char_bits()
|
| H A D | gxchar.c | 504 ushort iwidth, iheight; in set_cache_device() local 562 iwidth = ((ushort) fixed2int_var(cdim.x) + 2) << log2_scale.x; in set_cache_device() 565 (uint) iwidth, (uint) iheight, in set_cache_device() 580 (iwidth > MAX_TEMP_BITMAP_BITS / iheight && in set_cache_device() 583 iwidth, iheight, &log2_scale, depth); in set_cache_device() 599 clip_box.q.x = clip_box.p.x + int2fixed(iwidth); in set_cache_device() 616 (uint) iwidth, (uint) iheight, in set_cache_device() 652 clip_box.q.x = int2fixed(iwidth); in set_cache_device()
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | pngrutil.c | 2842 png_ptr->iwidth = (png_ptr->width + in png_read_finish_row() 2848 png_ptr->iwidth) + 1; in png_read_finish_row() 2861 } while (png_ptr->iwidth == 0); in png_read_finish_row() 2969 png_ptr->iwidth = (png_ptr->width + in png_read_start_row() 2974 row_bytes = PNG_ROWBYTES(png_ptr->pixel_depth,png_ptr->iwidth) + 1; in png_read_start_row() 2983 png_ptr->iwidth = png_ptr->width; in png_read_start_row() 3118 png_debug1(3, "iwidth = %lu,\n", png_ptr->iwidth); in png_read_start_row()
|
| H A D | pngpread.c | 803 png_ptr->row_info.width = png_ptr->iwidth; in png_push_process_row() 1029 png_ptr->iwidth = (png_ptr->width + in png_read_push_finish_row() 1035 png_ptr->iwidth) + 1; in png_read_push_finish_row() 1045 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0); in png_read_push_finish_row()
|
| H A D | pngtest.c | 1189 png_uint_32 iwidth, iheight; in test_one_file() local 1190 iwidth = png_get_image_width(write_ptr, write_info_ptr); in test_one_file() 1193 iwidth, iheight); in test_one_file()
|
| H A D | pngread.c | 725 png_ptr->row_info.width = png_ptr->iwidth; in png_read_row()
|
| H A D | png.h | 1122 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member
|
| /plan9/sys/man/ |
| H A D | searchindex | 419 …adecimal holding image image's images includes indicated invert inverted iwidth leave lines mag ma…
|
| /plan9/sys/lib/man/lookman/ |
| H A D | index | 31518 iwidth /sys/man/1/tweak
|