Home
last modified time | relevance | path

Searched defs:width_bytes (Results 1 – 9 of 9) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgshtx.c490 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 Dgxclbits.c49 uint * width_bytes, uint * raster) in clist_bitmap_bytes()
76 uint width_bytes = bitmap_raster(width_bits); in cmd_compress_bitmap() local
H A Dgsbitops.c646 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 Dgdevpcfb.c650 int xmod, width_bytes; in ega_tile_rectangle() local
790 int width_bytes = (dev->width + 7) >> 3; in ega_get_bits() local
H A Dgxclrast.c715 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 Dgdevpx.c479 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 Dgdevwprn.c461 int width_bytes, height; in win_prn_copy_mono() local
H A Dgdevwddb.c331 int width_bytes, height; in win_ddb_copy_mono() local
H A Dgdevx.c788 uint width_bytes = ((x1 - x0) * depth + 7) >> 3; in x_get_bits_rectangle() local