Searched refs:xoff (Results 1 - 25 of 54) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfbbits.h279 int xoff,
296 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
668 int xoff = pDrawable->x; local
696 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
698 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
709 intToX(pt1) + xoff, intToY(pt1) + yoff,
710 intToX(pt2) + xoff, intToY(pt2) + yoff,
800 int xoff = pDrawable->x; local
828 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
271 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfbbits.h249 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor)
263 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
600 int xoff = pDrawable->x; local
629 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
640 intToX(pt1) + xoff, intToY(pt1) + yoff,
641 intToX(pt2) + xoff, intToY(pt2) + yoff,
721 int xoff = pDrawable->x; local
750 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
H A Dfb.h663 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \
666 (xoff) = __fbPixOffXWin(pixmap); \
670 (xoff) = __fbPixOffXPix(pixmap); \
688 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
690 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
694 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
696 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
823 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
871 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
919 int xorg, int yorg, int xoff, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfbbits.h249 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor)
263 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
600 int xoff = pDrawable->x; local
629 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
640 intToX(pt1) + xoff, intToY(pt1) + yoff,
641 intToX(pt2) + xoff, intToY(pt2) + yoff,
721 int xoff = pDrawable->x; local
750 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
H A Dfb.h493 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \
496 (xoff) = __fbPixOffXWin(pixmap); \
500 (xoff) = __fbPixOffXPix(pixmap); \
518 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
520 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
524 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
526 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
648 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
696 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
744 int xorg, int yorg, int xoff, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbbits.h279 int xoff,
296 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
668 int xoff = pDrawable->x; local
696 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
698 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
709 intToX(pt1) + xoff, intToY(pt1) + yoff,
710 intToX(pt2) + xoff, intToY(pt2) + yoff,
800 int xoff = pDrawable->x; local
828 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
271 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
H A Dfb.h703 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \
706 (xoff) = __fbPixOffXWin(pixmap); \
710 (xoff) = __fbPixOffXPix(pixmap); \
728 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
730 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
734 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
736 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
893 int xoff,
967 int xoff,
1042 int xoff,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
H A Dfb.h703 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \
706 (xoff) = __fbPixOffXWin(pixmap); \
710 (xoff) = __fbPixOffXPix(pixmap); \
728 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
730 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
734 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
736 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
893 int xoff,
967 int xoff,
1042 int xoff,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
H A Dfb.h704 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \
707 (xoff) = __fbPixOffXWin(pixmap); \
711 (xoff) = __fbPixOffXPix(pixmap); \
729 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
731 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
735 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
737 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
891 int xoff,
965 int xoff,
1040 int xoff,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
H A Dfb.h703 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \
706 (xoff) = __fbPixOffXWin(pixmap); \
710 (xoff) = __fbPixOffXPix(pixmap); \
728 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
730 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
734 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
736 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
890 int xoff,
964 int xoff,
1039 int xoff,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
H A Dfb.h677 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \
680 (xoff) = __fbPixOffXWin(pixmap); \
684 (xoff) = __fbPixOffXPix(pixmap); \
702 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
704 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
708 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
710 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
864 int xoff,
938 int xoff,
1013 int xoff,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfbbits.h281 int xoff,
298 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
670 int xoff = pDrawable->x; local
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
712 intToX(pt2) + xoff, intToY(pt2) + yoff,
807 int xoff = pDrawable->x; local
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
H A Dfb.h677 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \
680 (xoff) = __fbPixOffXWin(pixmap); \
684 (xoff) = __fbPixOffXPix(pixmap); \
702 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
704 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
708 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \
710 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
864 int xoff,
938 int xoff,
1013 int xoff,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfbbits.h249 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor)
263 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
600 int xoff = pDrawable->x; local
629 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
640 intToX(pt1) + xoff, intToY(pt1) + yoff,
641 intToX(pt2) + xoff, intToY(pt2) + yoff,
721 int xoff = pDrawable->x; local
750 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfbbits.h249 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor)
263 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
600 int xoff = pDrawable->x; local
629 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
640 intToX(pt1) + xoff, intToY(pt1) + yoff,
641 intToX(pt2) + xoff, intToY(pt2) + yoff,
721 int xoff = pDrawable->x; local
750 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfbbits.h249 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor)
263 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
600 int xoff = pDrawable->x; local
629 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
640 intToX(pt1) + xoff, intToY(pt1) + yoff,
641 intToX(pt2) + xoff, intToY(pt2) + yoff,
721 int xoff = pDrawable->x; local
750 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfbbits.h279 int xoff,
296 bits += bitsStride * (yorg + yoff) + (xorg + xoff) * MUL;
668 int xoff = pDrawable->x; local
696 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
698 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
709 intToX(pt1) + xoff, intToY(pt1) + yoff,
710 intToX(pt2) + xoff, intToY(pt2) + yoff,
800 int xoff = pDrawable->x; local
828 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff
271 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
[all...]

Completed in 2431 milliseconds

123