HomeSort by: relevance | last modified time | path
    Searched defs:fbTransparentSpan (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbstipple.c 45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n)
130 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
133 fbTransparentSpan(dst, mask, fgxor, nmiddle);
136 fbTransparentSpan(dst, mask & endmask, fgxor, 1);
sfb.h 33 #define fbTransparentSpan sfbTransparentSpan
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbstipple.c 45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n)
130 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
133 fbTransparentSpan(dst, mask, fgxor, nmiddle);
136 fbTransparentSpan(dst, mask & endmask, fgxor, 1);
sfb.h 33 #define fbTransparentSpan sfbTransparentSpan
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbstipple.c 60 fbTransparentSpan (FbBits *dst,
178 fbTransparentSpan(dst, mask&startmask, fgxor, 1);
181 fbTransparentSpan (dst, mask, fgxor, nmiddle);
184 fbTransparentSpan(dst, mask&endmask, fgxor, 1);
wfbrename.h 162 #define fbTransparentSpan wfbTransparentSpan

Completed in 6 milliseconds