Searched defs:SCRLEFT (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
134 scrLine = SCRLEFT(x, y, w, h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
134 scrLine = SCRLEFT(x, y, w, h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
H A Dcfbmskbits.h232 SCRLEFT(dst, x)
324 #define SCRLEFT(lw, n) BitLeft (lw, (n) * PSZ) macro
541 dst = SCRLEFT(*(psrc), (x)); \
547 dst = (SCRLEFT(*(psrc), (x)) & cfbendtab[m]) | \
570 (SCRLEFT(src, m) & (cfbendtab[n] & pm)); \
581 dst = SCRLEFT(dst,PPW-(w)); \
631 t1 = SCRLEFT((src), m); \
716 _t1 = SCRLEFT ((src),_m); \
H A Dmaskbits.h64 SCRLEFT(dst, x)
185 bits SCRLEFT by offset.
187 and SCRLEFT().
251 #define BitLeft(b,s) SCRLEFT(b,s)
284 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n)) macro
287 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n)) macro
403 (SCRLEFT(src, d) & mfbGetendtab(n)); \
425 dst = SCRLEFT(*(psrc), (x)); \
453 t1 = SCRLEFT((src), m); \
527 t1 = SCRLEFT((sr
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
H A Dcfbmskbits.h229 SCRLEFT(dst, x)
321 #define SCRLEFT(lw, n) BitLeft (lw, (n) * PSZ) macro
538 dst = SCRLEFT(*(psrc), (x)); \
544 dst = (SCRLEFT(*(psrc), (x)) & cfbendtab[m]) | \
567 (SCRLEFT(src, m) & (cfbendtab[n] & pm)); \
578 dst = SCRLEFT(dst,PPW-(w)); \
628 t1 = SCRLEFT((src), m); \
713 _t1 = SCRLEFT ((src),_m); \
H A Dmaskbits.h64 SCRLEFT(dst, x)
185 bits SCRLEFT by offset.
187 and SCRLEFT().
251 #define BitLeft(b,s) SCRLEFT(b,s)
284 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n)) macro
287 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n)) macro
403 (SCRLEFT(src, d) & mfbGetendtab(n)); \
425 dst = SCRLEFT(*(psrc), (x)); \
453 t1 = SCRLEFT((src), m); \
527 t1 = SCRLEFT((sr
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
H A Dcfbmskbits.h229 SCRLEFT(dst, x)
321 #define SCRLEFT(lw, n) BitLeft (lw, (n) * PSZ) macro
538 dst = SCRLEFT(*(psrc), (x)); \
544 dst = (SCRLEFT(*(psrc), (x)) & cfbendtab[m]) | \
567 (SCRLEFT(src, m) & (cfbendtab[n] & pm)); \
578 dst = SCRLEFT(dst,PPW-(w)); \
628 t1 = SCRLEFT((src), m); \
713 _t1 = SCRLEFT ((src),_m); \
H A Dmaskbits.h64 SCRLEFT(dst, x)
185 bits SCRLEFT by offset.
187 and SCRLEFT().
251 #define BitLeft(b,s) SCRLEFT(b,s)
284 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n)) macro
287 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n)) macro
403 (SCRLEFT(src, d) & mfbGetendtab(n)); \
425 dst = SCRLEFT(*(psrc), (x)); \
453 t1 = SCRLEFT((src), m); \
527 t1 = SCRLEFT((sr
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
131 scrLine = SCRLEFT(x,y,w,h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
134 scrLine = SCRLEFT(x, y, w, h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
134 scrLine = SCRLEFT(x, y, w, h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dshrotpack.h52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
63 #define SCRLEFT(x,y,w,h) (y) macro
74 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
85 #define SCRLEFT(x,y,w,h) (x) macro
134 scrLine = SCRLEFT(x, y, w, h);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dshrotpack.h53 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
64 #define SCRLEFT(x,y,w,h) (y) macro
75 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
86 #define SCRLEFT(x,y,w,h) (x) macro
132 scrLine = SCRLEFT(x,y,w,h);
H A Dcfbmskbits.h234 SCRLEFT(dst, x)
326 #define SCRLEFT(lw, n) BitLeft (lw, (n) * PSZ) macro
543 dst = SCRLEFT(*(psrc), (x)); \
549 dst = (SCRLEFT(*(psrc), (x)) & cfbendtab[m]) | \
572 (SCRLEFT(src, m) & (cfbendtab[n] & pm)); \
583 dst = SCRLEFT(dst,PPW-(w)); \
633 t1 = SCRLEFT((src), m); \
718 _t1 = SCRLEFT ((src),_m); \
H A Dmaskbits.h66 SCRLEFT(dst, x)
187 bits SCRLEFT by offset.
189 and SCRLEFT().
253 #define BitLeft(b,s) SCRLEFT(b,s)
286 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n)) macro
289 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n)) macro
405 (SCRLEFT(src, d) & mfbGetendtab(n)); \
427 dst = SCRLEFT(*(psrc), (x)); \
455 t1 = SCRLEFT((src), m); \
529 t1 = SCRLEFT((sr
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dshrotpack.h51 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) macro
62 #define SCRLEFT(x,y,w,h) (y) macro
73 #define SCRLEFT(x,y,w,h) (pScreen->width - ((x) + (w))) macro
84 #define SCRLEFT(x,y,w,h) (x) macro
130 scrLine = SCRLEFT(x,y,w,h);

Completed in 61 milliseconds

12