Searched refs:source_bits (Results 1 – 1 of 1) sorted by relevance
182 int depth_bytes, source_bits; in x_wrap_copy_color() local196 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()