Searched defs:width_bytes (Results 1 – 9 of 9) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gshtx.c | 490 int width_bytes = (width + 7) >> 3; in create_mask_bits() local 512 int width_bytes = (phcop->width + 7) >> 3; in create_mask_order() local
|
H A D | gxclbits.c | 49 uint * width_bytes, uint * raster) in clist_bitmap_bytes() 76 uint width_bytes = bitmap_raster(width_bits); in cmd_compress_bitmap() local
|
H A D | gsbitops.c | 646 byte value, int width_bytes, int height) in bytes_fill_rectangle() 657 const byte * src, uint src_raster, int width_bytes, int height) in bytes_copy_rectangle()
|
H A D | gdevpcfb.c | 650 int xmod, width_bytes; in ega_tile_rectangle() local 790 int width_bytes = (dev->width + 7) >> 3; in ega_get_bits() local
|
H A D | gxclrast.c | 715 uint width_bits, width_bytes; in clist_playback_band() local 1604 uint width_bytes; in read_set_bits() local 2120 cmd_read_short_bits(command_buf_t *pcb, byte *data, int width_bytes, in cmd_read_short_bits()
|
H A D | gdevpx.c | 479 uint width_bytes = (width_bits + 7) >> 3; in pclxl_write_image_data() local 637 uint width_bytes = (width_bits + 7) >> 3; in pclxl_define_bitmap_char() local 722 uint width_bytes = (w + 7) >> 3; in pclxl_copy_text_char() local
|
H A D | gdevwprn.c | 461 int width_bytes, height; in win_prn_copy_mono() local
|
H A D | gdevwddb.c | 331 int width_bytes, height; in win_ddb_copy_mono() local
|
H A D | gdevx.c | 788 uint width_bytes = ((x1 - x0) * depth + 7) >> 3; in x_get_bits_rectangle() local
|