Home | History | Annotate | Download | only in x11

Lines Matching refs:BitsPerPixel

170    int bitsPerPixel;
181 bitsPerPixel = img->bits_per_pixel;
186 return bitsPerPixel;
513 && v->BitsPerPixel==32
523 if (v->BitsPerPixel==32) {
530 else if (v->BitsPerPixel == 24) {
538 BitsPerPixel==16
568 v->BitsPerPixel = bits_per_pixel(v);
569 assert(v->BitsPerPixel > 0);
599 printf("X/Mesa bits per pixel = %d\n", v->BitsPerPixel);