Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevxalt.c182 int depth_bytes, source_bits; in x_wrap_copy_color() local
196 source_bits = dev->color_info.depth; in x_wrap_copy_color()
215 int sbit = (xcur - x + sourcex) * source_bits; in x_wrap_copy_color()
219 ((sbyte << (sbit & 7)) & 0xff) >> (8 - source_bits); in x_wrap_copy_color()