Searched refs:imagebpp (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbscreen.c | 175 int imagebpp = bpp; local in function:wfbFinishScreenInit 199 imagebpp = 32; 209 imagebpp = 24; 216 if (imagebpp == 32) 233 &defaultVisual,((unsigned long)1<<(imagebpp-1)), 8)) 242 if (bpp == 24 && imagebpp == 32)
|
| H A D | fboverlay.c | 341 int bpp = 0, imagebpp = 32; local in function:fbOverlayFinishScreenInit 362 imagebpp = 32; 372 imagebpp = 24; 379 if (imagebpp == 32) 429 if (bpp == 24 && imagebpp == 32)
|
| /xsrc/local/programs/xsetwallpaper/ |
| H A D | xsetwallpaper.c | 62 int imagew, imageh, imagebpp; local in function:main 95 data = stbi_load(argv[0], &imagew, &imageh, &imagebpp, 4); 115 printf("%s: %dx%d %dbpp\n", argv[0], imagew, imageh, imagebpp * 8);
|
Completed in 5 milliseconds