Searched refs:stip (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbstipple.c61 FbBits stip,
67 s = ((FbStip) (stip ) & 0x01);
68 s |= ((FbStip) (stip >> 8) & 0x02);
69 s |= ((FbStip) (stip >> 16) & 0x04);
70 s |= ((FbStip) (stip >> 24) & 0x08);
72 s |= ((FbStip) (stip >> 32) & 0x10);
73 s |= ((FbStip) (stip >> 40) & 0x20);
74 s |= ((FbStip) (stip >> 48) & 0x40);
75 s |= ((FbStip) (stip >> 56) & 0x80);
92 FbStip *stip,
60 fbTransparentSpan(FbBits * dst,FbBits stip,FbBits fgxor,int n) argument
84 fbEvenStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
217 fbOddStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
282 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
[all...]
H A Dfbbltone.c532 #define fbFirstStipBits(len,stip) {\
535 stip = FbLeftStipBits(bits, len); \
537 stip = FbLeftStipBits(bits, remain); \
540 stip = FbMergePartStip24Bits(stip, FbLeftStipBits(bits, __len), \
548 #define fbInitStipBits(offset,len,stip) {\
551 fbFirstStipBits(len,stip); \
552 stip = FbMergeStip24Bits (0, stip, len); \
555 #define fbNextStipBits(rot,stip) {\
592 FbStip stip, bits; local in function:fbBltOne24
[all...]
H A Dfbfill.c69 FbBits *stip; local in function:fbFill
78 fbGetDrawable (&pStip->drawable, stip, stipStride, stipBpp, stipXoff, stipYoff);
83 stip,
97 FbStip *stip; local in function:fbFill
116 fbGetStipDrawable (&pStip->drawable, stip, stipStride, stipBpp, stipXoff, stipYoff);
122 stip,
H A Dfbpush.c235 FbStip *stip; local in function:fbPushPixels
240 fbGetStipDrawable (&pBitmap->drawable, stip, stipStride, stipBpp, stipXoff, stipYoff);
243 stip, stipStride, 0,
H A Dfbblt.c840 fbSetBltOdd (FbStip *stip, argument
855 srcAdjust = (((int) stip) & (FB_MASK >> 3));
861 *bits = (FbBits *) ((char *) stip - srcAdjust);
H A Dfb.h1893 FbBits stip,
1906 FbStip *stip,
1927 FbStip *stip,
1949 FbStip *stip,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbstipple.c45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n) argument
49 s = ((FbStip) (stip) & 0x01);
50 s |= ((FbStip) (stip >> 8) & 0x02);
51 s |= ((FbStip) (stip >> 16) & 0x04);
52 s |= ((FbStip) (stip >> 24) & 0x08);
61 FbStip *stip, FbStride stipStride,
98 * Compute stip start scanline and rotation parameters
100 stipEnd = stip + stipStride * stipHeight;
102 s = stip + stipStride * stipY;
119 s = stip;
59 fbEvenStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
163 fbOddStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
205 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
[all...]
H A Dfbfill.c98 FbBits *stip; local in function:fbFill
107 fbGetDrawable(&pStip->drawable, stip, stipStride, stipBpp, stipXoff,
110 width, height, stip, stipStride, stipWidth, stipHeight, alu,
114 FbStip *stip; local in function:fbFill
130 fbGetStipDrawable(&pStip->drawable, stip, stipStride, stipBpp,
134 stip, stipStride, stipWidth, stipHeight,
H A Dfbpush.c165 FbStip *stip; local in function:fbPushPixels
173 fbGetStipDrawable(&bitmap->drawable, stip,
176 fbPushImage(drawable, gc, stip, stipStride, 0, xOrg, yOrg, dx, dy);
H A Dfb.h547 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n);
552 FbStip *stip, FbStride stipStride,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbstipple.c45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n) argument
49 s = ((FbStip) (stip) & 0x01);
50 s |= ((FbStip) (stip >> 8) & 0x02);
51 s |= ((FbStip) (stip >> 16) & 0x04);
52 s |= ((FbStip) (stip >> 24) & 0x08);
61 FbStip *stip, FbStride stipStride,
98 * Compute stip start scanline and rotation parameters
100 stipEnd = stip + stipStride * stipHeight;
102 s = stip + stipStride * stipY;
119 s = stip;
59 fbEvenStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
163 fbOddStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
205 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
[all...]
H A Dfbfill.c98 FbBits *stip; local in function:fbFill
107 fbGetDrawable(&pStip->drawable, stip, stipStride, stipBpp, stipXoff,
110 width, height, stip, stipStride, stipWidth, stipHeight, alu,
114 FbStip *stip; local in function:fbFill
130 fbGetStipDrawable(&pStip->drawable, stip, stipStride, stipBpp,
134 stip, stipStride, stipWidth, stipHeight,
H A Dfbpush.c165 FbStip *stip; local in function:fbPushPixels
173 fbGetStipDrawable(&bitmap->drawable, stip,
176 fbPushImage(drawable, gc, stip, stipStride, 0, xOrg, yOrg, dx, dy);
H A Dfb.h551 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n);
556 FbStip *stip, FbStride stipStride,
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbfill.c33 FbStip * stip, FbStride stipStride,
60 fbBltOne(stip + stipY * stipStride,
104 FbBits *stip; local in function:fbFill
113 fbGetDrawable(&pStip->drawable, stip, stipStride, stipBpp, stipXoff,
116 width, height, stip, stipStride, stipWidth, stipHeight, alu,
122 FbStip *stip; local in function:fbFill
139 fbGetStipDrawable(&pStip->drawable, stip, stipStride, stipBpp,
143 stip, stipStride, stipWidth, stipHeight,
30 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
H A Dfbpush.c179 FbStip *stip; local in function:fbPushPixels
184 fbGetStipDrawable(&pBitmap->drawable, stip, stipStride, stipBpp, stipXoff,
187 fbPushImage(pDrawable, pGC, stip, stipStride, 0, xOrg, yOrg, dx, dy);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A DMakefile.am184 tri-unfilled-userclip-stip \
H A DMakefile.in212 @HAVE_GLUT_TRUE@ tri-unfilled-userclip-stip$(EXEEXT) \
669 tri_unfilled_userclip_stip_SOURCES = tri-unfilled-userclip-stip.c
671 tri-unfilled-userclip-stip.$(OBJEXT)
851 tri-unfilled-userclip.c tri-unfilled-userclip-stip.c \
902 tri-unfilled-userclip.c tri-unfilled-userclip-stip.c \
1752 tri-unfilled-userclip-stip$(EXEEXT): $(tri_unfilled_userclip_stip_OBJECTS) $(tri_unfilled_userclip_stip_DEPENDENCIES) $(EXTRA_tri_unfilled_userclip_stip_DEPENDENCIES)
1753 @rm -f tri-unfilled-userclip-stip$(EXEEXT)
2036 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-unfilled-userclip-stip.Po@am__quote@
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c718 PanoramiXRes *stip = NULL; local in function:PanoramiXCreateGC
750 result = dixLookupResourceByType((pointer *)&stip, tmp, XRT_PIXMAP,
779 if (stip)
780 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id;
798 PanoramiXRes *stip = NULL; local in function:PanoramiXChangeGC
829 result = dixLookupResourceByType((pointer *)&stip, tmp, XRT_PIXMAP,
850 if (stip)
851 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id;
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c753 PanoramiXRes *stip = NULL; local in function:PanoramiXCreateGC
786 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP,
813 if (stip)
814 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id;
834 PanoramiXRes *stip = NULL; local in function:PanoramiXChangeGC
866 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP,
886 if (stip)
887 *((CARD32 *) &stuff[1] + stip_offset) = stip->info[j].id;

Completed in 28 milliseconds