Lines Matching refs:bpix
204 unsigned colours, bpix, bmp_bpix; in video_bmp_display() local
224 bpix = VNBITS(priv->bpix); in video_bmp_display()
226 if (bpix != 1 && bpix != 8 && bpix != 16 && bpix != 32) { in video_bmp_display()
228 bpix, bmp_bpix); in video_bmp_display()
237 if (bpix != bmp_bpix && in video_bmp_display()
238 !(bmp_bpix == 8 && bpix == 16) && in video_bmp_display()
239 !(bmp_bpix == 24 && bpix == 32)) { in video_bmp_display()
241 bpix, get_unaligned_le16(&bmp->header.bit_count)); in video_bmp_display()
246 (int)width, (int)height, (int)colours, 1 << bpix); in video_bmp_display()
265 (y + height - 1) * priv->line_length + x * bpix / 8); in video_bmp_display()
275 if (bpix != 16) { in video_bmp_display()
286 if (bpix != 16) in video_bmp_display()
294 if (bpix != 16) { in video_bmp_display()
328 fb -= priv->line_length + width * (bpix / 8); in video_bmp_display()
341 fb -= priv->line_length + width * (bpix / 8); in video_bmp_display()