Searched refs:xy (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_utils.h136 * @xy: input coords to be fixed up.
137 * @cd: xy mod wh, is a input value.
163 #define __glamor_repeat_reflect_fixup(txy, xy, \
167 if ( xy >= bxy1 && xy < bxy2) { \
170 } else if (xy < bxy1) { \
175 else if (xy >= bxy2) { \
184 #define _glamor_repeat_reflect_fixup(txy, xy, cd, odd, \
188 __glamor_repeat_reflect_fixup(txy, xy, \
191 txy = xy
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_utils.h138 * @xy: input coords to be fixed up.
139 * @cd: xy mod wh, is a input value.
165 #define __glamor_repeat_reflect_fixup(txy, xy, \
169 if ( xy >= bxy1 && xy < bxy2) { \
172 } else if (xy < bxy1) { \
177 else if (xy >= bxy2) { \
186 #define _glamor_repeat_reflect_fixup(txy, xy, cd, odd, \
190 __glamor_repeat_reflect_fixup(txy, xy, \
193 txy = xy
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfigure503 case `echo 'xy\c'` in
505 xy) ECHO_C='\c';;
8299 case `echo 'xy\c'` in
8301 xy) ECHO_C='\c';;

Completed in 133 milliseconds