Searched refs:raw_fb_bytes_per_line (Results 1 – 5 of 5) sorted by relevance
123 int raw_fb_bytes_per_line = 0; variable
611 bpl = raw_fb_bytes_per_line; in copy_raw_fb_24_to_32()639 bpl = raw_fb_bytes_per_line; in copy_raw_fb_24_to_32()738 int bpl = raw_fb_bytes_per_line; in copy_raw_fb()759 int bpl = raw_fb_bytes_per_line; in copy_raw_fb()
551 extern int raw_fb_bytes_per_line; /* of actual raw region we poll, not our raw_fb */
1857 raw_fb_bytes_per_line = 0; in initialize_raw_fb()1975 raw_fb_bytes_per_line = atoi(q2+1); in initialize_raw_fb()2260 if (raw_fb_bytes_per_line == 0) { in initialize_raw_fb()2261 raw_fb_bytes_per_line = dpy_x*b/8; in initialize_raw_fb()2269 raw_fb_bytes_per_line = macosxCG_CGDisplayBytesPerRow(); in initialize_raw_fb()2299 raw_fb_bytes_per_line = dpy_x * b_use/8; in initialize_raw_fb()3494 raw_fb_bytes_per_line);
2766 if (raw_fb_bytes_per_line != snap->bytes_per_line) { in copy_snap()