Searched defs:afbGetTypedWidth (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dafb.h899 #define afbGetTypedWidth(pDrawable,wtype)( \ macro
904 #define afbGetByteWidth(pDrawable) afbGetTypedWidth(pDrawable, unsigned char)
906 #define afbGetPixelWidth(pDrawable) afbGetTypedWidth(pDrawable, PixelType)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dafb.h775 #define afbGetTypedWidth(pDrawable,wtype)( \ macro
780 #define afbGetByteWidth(pDrawable) afbGetTypedWidth(pDrawable, unsigned char)
782 #define afbGetPixelWidth(pDrawable) afbGetTypedWidth(pDrawable, PixelType)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dafb.h746 #define afbGetTypedWidth(pDrawable,wtype)( \ macro
751 #define afbGetByteWidth(pDrawable) afbGetTypedWidth(pDrawable, unsigned char)
753 #define afbGetPixelWidth(pDrawable) afbGetTypedWidth(pDrawable, PixelType)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/afb/
H A Dafb.h1085 #define afbGetTypedWidth(pDrawable,wtype)( \ macro
1090 #define afbGetByteWidth(pDrawable) afbGetTypedWidth(pDrawable, unsigned char)
1092 #define afbGetPixelWidth(pDrawable) afbGetTypedWidth(pDrawable, PixelType)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dafb.h901 #define afbGetTypedWidth(pDrawable,wtype)( \ macro
906 #define afbGetByteWidth(pDrawable) afbGetTypedWidth(pDrawable, unsigned char)
908 #define afbGetPixelWidth(pDrawable) afbGetTypedWidth(pDrawable, PixelType)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dafb.h901 #define afbGetTypedWidth(pDrawable,wtype)( \ macro
906 #define afbGetByteWidth(pDrawable) afbGetTypedWidth(pDrawable, unsigned char)
908 #define afbGetPixelWidth(pDrawable) afbGetTypedWidth(pDrawable, PixelType)

Completed in 42 milliseconds