Searched defs:bshift (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_utils.h940 int rshift, bshift, gshift, ashift; local
948 rshift = gshift = bshift = ashift = 0;
951 bshift = 0;
959 bshift = gshift + gbits;
960 ashift = bshift + bbits;
969 bshift = gshift + gbits;
990 COLOR_INT_TO_FLOAT(blue, pixel, bshift, bbits);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_utils.h862 int rshift, bshift, gshift, ashift; local
870 rshift = gshift = bshift = ashift = 0;
873 bshift = 0;
881 bshift = gshift + gbits;
882 ashift = bshift + bbits;
891 bshift = gshift + gbits;
912 COLOR_INT_TO_FLOAT(blue, pixel, bshift, bbits);

Completed in 63 milliseconds