Home
last modified time | relevance | path

Searched defs:pCbox (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c102 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \ argument
109 #define ORG_OVERLAP(pCbox,xorg,yorg,x,y,w,h) \ argument
115 #define ORGRECT_OVERLAP(pCbox,xorg,yorg,pRect) \ argument
121 #define SPN_OVERLAP(pCbox,y,x,w) BOX_OVERLAP((pCbox),(x),(y),(x)+(w),(y)) argument
128 #define LINE_OVERLAP(pCbox,x1,y1,x2,y2,lw2) \ argument
/OK3568_Linux_fs/external/xserver/render/
H A Dmipict.c236 pixman_box16_t *pCbox = pixman_region_rectangles(pClip, NULL); in miClipPictureReg() local