Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:fb_bpp

3070 	int fb_bpp, fb_Bpl, fb_depth;
3075 fb_bpp = (int) fb->bits_per_pixel;
3079 rfbLog("initialize_screen: fb_depth/fb_bpp/fb_Bpl %d/%d/%d\n", fb_depth,
3080 fb_bpp, fb_Bpl);
3090 if (fb_bpp != 32) {
3097 fb_bpp = 32;
3179 bits_per_color = guess_bits_per_color(fb_bpp);
3200 bits_per_color, 1, fb_bpp/8);
3210 screen, NULL, width, height, bits_per_color, 1, fb_bpp/8);
3213 screen->bitsPerPixel = fb_bpp;
3217 bits_per_color, 1, (int) fb_bpp/8);
3263 screen->serverFormat.bitsPerPixel = fb_bpp;
3377 fb_bpp, fb_depth);
3389 fb_bpp, fb_depth);
3398 if (3*B > fb_bpp) B--;
3472 fprintf(stderr, " fb_bpp: %d\n", fb_bpp);