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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dafb.h977 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off) macro
978 #define afbScanlineOffsetSrc(_ptr, _off) afbScanlineOffset(_ptr, _off)
979 #define afbScanlineOffsetDst(_ptr, _off) afbScanlineOffset(_ptr, _off)
990 afbScanlineOffset(_ptr, (_y) * (_w))
993 afbScanlineOffset(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dafb.h853 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off) macro
854 #define afbScanlineOffsetSrc(_ptr, _off) afbScanlineOffset(_ptr, _off)
855 #define afbScanlineOffsetDst(_ptr, _off) afbScanlineOffset(_ptr, _off)
866 afbScanlineOffset(_ptr, (_y) * (_w))
869 afbScanlineOffset(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dafb.h824 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off) macro
825 #define afbScanlineOffsetSrc(_ptr, _off) afbScanlineOffset(_ptr, _off)
826 #define afbScanlineOffsetDst(_ptr, _off) afbScanlineOffset(_ptr, _off)
837 afbScanlineOffset(_ptr, (_y) * (_w))
840 afbScanlineOffset(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/afb/
H A Dafb.h1163 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off) macro
1164 #define afbScanlineOffsetSrc(_ptr, _off) afbScanlineOffset(_ptr, _off)
1165 #define afbScanlineOffsetDst(_ptr, _off) afbScanlineOffset(_ptr, _off)
1176 afbScanlineOffset(_ptr, (_y) * (_w))
1179 afbScanlineOffset(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dafb.h979 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off) macro
980 #define afbScanlineOffsetSrc(_ptr, _off) afbScanlineOffset(_ptr, _off)
981 #define afbScanlineOffsetDst(_ptr, _off) afbScanlineOffset(_ptr, _off)
992 afbScanlineOffset(_ptr, (_y) * (_w))
995 afbScanlineOffset(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dafb.h979 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off) macro
980 #define afbScanlineOffsetSrc(_ptr, _off) afbScanlineOffset(_ptr, _off)
981 #define afbScanlineOffsetDst(_ptr, _off) afbScanlineOffset(_ptr, _off)
992 afbScanlineOffset(_ptr, (_y) * (_w))
995 afbScanlineOffset(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))

Completed in 119 milliseconds