Searched refs:fbFillFromBit (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbrop.h | 77 #define fbFillFromBit(b,t) (~((t) ((b) & 1)-1)) macro 79 #define fbXorT(rop,fg,pm,t) ((((fg) & fbFillFromBit((rop) >> 1,t)) | \ 80 (~(fg) & fbFillFromBit((rop) >> 3,t))) & (pm)) 82 #define fbAndT(rop,fg,pm,t) ((((fg) & fbFillFromBit (rop ^ (rop>>1),t)) | \ 83 (~(fg) & fbFillFromBit((rop>>2) ^ (rop>>3),t))) | \
|