Searched refs:IS_BETWEEN_RANGE (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_coverlay.c | 124 #define IS_BETWEEN_RANGE(a,b,c) ((a<=b)&&(b<=c)) macro 230 … if ((IS_BETWEEN_RANGE(psRegion->rect.i32Left, psCur->rect.i32Left, psRegion->rect.i32Right)) && in psb_x11_substractRects() 231 … (IS_BETWEEN_RANGE(psRegion->rect.i32Left, psCur->rect.i32Right, psRegion->rect.i32Right)) && in psb_x11_substractRects() 232 … (IS_BETWEEN_RANGE(psRegion->rect.i32Top, psCur->rect.i32Top, psRegion->rect.i32Bottom)) && in psb_x11_substractRects() 233 … (IS_BETWEEN_RANGE(psRegion->rect.i32Top, psCur->rect.i32Bottom, psRegion->rect.i32Bottom))) { in psb_x11_substractRects()
|