Home
last modified time | relevance | path

Searched refs:fbAndStip (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbimage.c257 fbAndStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), in fbGetImage()
259 fbAndStip(GXcopy, 0, FB_STIP_ALLONES), in fbGetImage()
H A Dfbcopy.c215 fbAndStip(GXcopy, FB_ALLONES, FB_ALLONES), in fbCopyNto1()
217 fbAndStip(GXcopy, 0, FB_ALLONES), in fbCopyNto1()
H A Dfbrop.h92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip) macro