Home | History | Annotate | Download | only in xlib

Lines Matching refs:BitsPerPixel

299    int bitsPerPixel;
310 bitsPerPixel = img->bits_per_pixel;
315 return bitsPerPixel;
408 && v->BitsPerPixel == 32) {
420 && v->BitsPerPixel == 32) {
432 && v->BitsPerPixel == 32) {
445 && v->BitsPerPixel == 16) {
647 v->BitsPerPixel = bits_per_pixel(v);
648 assert(v->BitsPerPixel > 0);
666 if (v->BitsPerPixel == 32) {
684 printf("X/Mesa bits per pixel = %d\n", v->BitsPerPixel);