Searched refs:Y1 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c189 UINTN Y1, Y2; local
220 Y1 = Y2 + TriHeight - 1;
222 for (Y = Y2; Y <= Y1; Y++) {
229 ColorDist = Uint32Dist(X - X1, Y1 - Y);
235 ColorDist = Uint32Dist(X3 - X, Y1 - Y);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmispritest.h103 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \
105 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmispritest.h103 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \
105 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmispritest.h100 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \
102 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmispritest.h98 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \
100 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmispritest.h105 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \
107 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmispritest.h105 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \
107 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))

Completed in 292 milliseconds