Searched refs:BOX_OVERLAP (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | misprite.c | 102 #define BOX_OVERLAP(pCbox,X1,Y1,X2,Y2) \ macro 110 BOX_OVERLAP((pCbox),(x)+(xorg),(y)+(yorg),(x)+(xorg)+(w),(y)+(yorg)+(h)) 121 #define SPN_OVERLAP(pCbox,y,x,w) BOX_OVERLAP((pCbox),(x),(y),(x)+(w),(y)) 129 BOX_OVERLAP((pCbox), (x1)-(lw2), (y1)-(lw2), (x2)+(lw2), (y2)+(lw2))
|