Home | History | Annotate | Download | only in x11

Lines Matching refs:BitsPerPixel

173    int bitsPerPixel;
184 bitsPerPixel = img->bits_per_pixel;
189 return bitsPerPixel;
516 && v->BitsPerPixel==32
526 if (v->BitsPerPixel==32) {
533 else if (v->BitsPerPixel == 24) {
541 && v->BitsPerPixel==16
571 v->BitsPerPixel = bits_per_pixel(v);
572 assert(v->BitsPerPixel > 0);
602 printf("X/Mesa bits per pixel = %d\n", v->BitsPerPixel);