Searched refs:bitstart (Results 1 – 2 of 2) sorted by relevance
242 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local251 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp); in sys_imageblit()252 start_index = bitstart & (32 - 1); in sys_imageblit()255 bitstart /= 8; in sys_imageblit()256 bitstart &= ~(bpl - 1); in sys_imageblit()257 dst1 = (void __force *)p->screen_base + bitstart; in sys_imageblit()
267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local276 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp); in cfb_imageblit()277 start_index = bitstart & (32 - 1); in cfb_imageblit()280 bitstart /= 8; in cfb_imageblit()281 bitstart &= ~(bpl - 1); in cfb_imageblit()282 dst1 = p->screen_base + bitstart; in cfb_imageblit()