Searched refs:pCbox (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmisprite.c108 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \
109 (((pCbox)->x1 <= (X2)) && ((X1) <= (pCbox)->x2) && \
110 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
115 #define ORG_OVERLAP(pCbox,xorg,yorg,x,y,w,h) \
116 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h))
121 #define ORGRECT_OVERLAP(pCbox,xorg,yorg,pRect) \
122 ORG_OVERLAP((pCbox),(xorg),(yorg),(pRect)->x,(pRect)->y, \
127 #define SPN_OVERLAP(pCbox,
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmisprite.c100 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \
101 (((pCbox)->x1 <= (X2)) && ((X1) <= (pCbox)->x2) && \
102 ((pCbox)->y1 <= (Y2)) && ((Y1) <= (pCbox)->y2))
107 #define ORG_OVERLAP(pCbox,xorg,yorg,x,y,w,h) \
108 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h))
113 #define ORGRECT_OVERLAP(pCbox,xorg,yorg,pRect) \
114 ORG_OVERLAP((pCbox),(xorg),(yorg),(pRect)->x,(pRect)->y, \
119 #define SPN_OVERLAP(pCbox,
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmipict.c279 pixman_box16_t * pCbox = pixman_region_rectangles(pClip, NULL); local in function:miClipPictureReg
282 if (pRbox->x1 < (v = pCbox->x1 + dx))
284 if (pRbox->x2 > (v = pCbox->x2 + dx))
286 if (pRbox->y1 < (v = pCbox->y1 + dy))
288 if (pRbox->y2 > (v = pCbox->y2 + dy))
/xsrc/external/mit/xorg-server/dist/render/
H A Dmipict.c236 pixman_box16_t *pCbox = pixman_region_rectangles(pClip, NULL); local in function:miClipPictureReg
239 if (pRbox->x1 < (v = pCbox->x1 + dx))
241 if (pRbox->x2 > (v = pCbox->x2 + dx))
243 if (pRbox->y1 < (v = pCbox->y1 + dy))
245 if (pRbox->y2 > (v = pCbox->y2 + dy))

Completed in 5 milliseconds