Searched refs:fbTransparentSpan (Results 1 - 12 of 12) sorted by path

/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfb.h551 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n);
H A Dfbbltone.c234 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
309 fbTransparentSpan(dst, mask & endmask, fgxor, 1);
H A Dfbstipple.c45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n) function in typeref:typename:void
130 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
133 fbTransparentSpan(dst, mask, fgxor, nmiddle);
136 fbTransparentSpan(dst, mask & endmask, fgxor, 1);
H A Dsfb.h33 #define fbTransparentSpan sfbTransparentSpan macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfb.h547 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n);
H A Dfbbltone.c234 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
309 fbTransparentSpan(dst, mask & endmask, fgxor, 1);
H A Dfbstipple.c45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n) function in typeref:typename:void
130 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
133 fbTransparentSpan(dst, mask, fgxor, nmiddle);
136 fbTransparentSpan(dst, mask & endmask, fgxor, 1);
H A Dsfb.h33 #define fbTransparentSpan sfbTransparentSpan macro
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfb.h1892 fbTransparentSpan (FbBits *dst,
H A Dfbbltone.c308 fbTransparentSpan (dst, mask & startmask, fgxor, 1);
406 fbTransparentSpan (dst, mask & endmask, fgxor, 1);
H A Dfbstipple.c60 fbTransparentSpan (FbBits *dst, function in typeref:typename:void
178 fbTransparentSpan(dst, mask&startmask, fgxor, 1);
181 fbTransparentSpan (dst, mask, fgxor, nmiddle);
184 fbTransparentSpan(dst, mask&endmask, fgxor, 1);
H A Dwfbrename.h162 #define fbTransparentSpan wfbTransparentSpan macro

Completed in 16 milliseconds