Searched refs:cfbGetTypedWidth (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | cfb.h | 1258 #define cfbGetTypedWidth(pDrawable,wtype) (\ macro 1263 #define cfbGetByteWidth(pDrawable) cfbGetTypedWidth(pDrawable, unsigned char) 1265 #define cfbGetPixelWidth(pDrawable) cfbGetTypedWidth(pDrawable, PixelType) 1267 #define cfbGetLongWidth(pDrawable) cfbGetTypedWidth(pDrawable, CfbBits)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | cfb.h | 1258 #define cfbGetTypedWidth(pDrawable,wtype) (\ macro 1263 #define cfbGetByteWidth(pDrawable) cfbGetTypedWidth(pDrawable, unsigned char) 1265 #define cfbGetPixelWidth(pDrawable) cfbGetTypedWidth(pDrawable, PixelType) 1267 #define cfbGetLongWidth(pDrawable) cfbGetTypedWidth(pDrawable, CfbBits)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | cfb.h | 1207 #define cfbGetTypedWidth(pDrawable,wtype) (\ macro 1212 #define cfbGetByteWidth(pDrawable) cfbGetTypedWidth(pDrawable, unsigned char) 1214 #define cfbGetPixelWidth(pDrawable) cfbGetTypedWidth(pDrawable, PixelType) 1216 #define cfbGetLongWidth(pDrawable) cfbGetTypedWidth(pDrawable, CfbBits)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | cfb.h | 1260 #define cfbGetTypedWidth(pDrawable,wtype) (\ macro 1265 #define cfbGetByteWidth(pDrawable) cfbGetTypedWidth(pDrawable, unsigned char) 1267 #define cfbGetPixelWidth(pDrawable) cfbGetTypedWidth(pDrawable, PixelType) 1269 #define cfbGetLongWidth(pDrawable) cfbGetTypedWidth(pDrawable, CfbBits)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | cfb.h | 1260 #define cfbGetTypedWidth(pDrawable,wtype) (\ macro 1265 #define cfbGetByteWidth(pDrawable) cfbGetTypedWidth(pDrawable, unsigned char) 1267 #define cfbGetPixelWidth(pDrawable) cfbGetTypedWidth(pDrawable, PixelType) 1269 #define cfbGetLongWidth(pDrawable) cfbGetTypedWidth(pDrawable, CfbBits)
|
Completed in 335 milliseconds