Home
last modified time | relevance | path

Searched refs:debug_dump_bitmap (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevmr1.c76 debug_dump_bitmap(scan_line_base(mdev, y), mdev->raster, in mem_mono_strip_copy_rop()
283 debug_dump_bitmap(scan_line_base(mdev, y), mdev->raster, in mem_mono_strip_copy_rop()
H A Dgdebug.h120 void debug_dump_bitmap(const byte * from, uint raster, uint height,
H A Dgxpcmap.c679 debug_dump_bitmap(adev->mask->base, adev->mask->raster, in gx_pattern_load()
682 debug_dump_bitmap(((gx_device_memory *) adev->target)->base, in gx_pattern_load()
H A Dgdevdrop.c77 debug_dump_bitmap(sdata, sraster, height, "source bits"); in trace_copy_rop()
79 debug_dump_bitmap(textures->data, textures->raster, in trace_copy_rop()
H A Dgxccache.c280 debug_dump_bitmap(cc_bits(cc), cc_raster(cc), h, in gx_image_cached_char()
H A Dgxccman.c623 debug_dump_bitmap(bits, raster, cc->height, in gx_add_char_bits()
H A Dgsmisc.c417 debug_dump_bitmap(const byte * bits, uint raster, uint height, const char *msg) in debug_dump_bitmap() function