Searched defs:IS_IN_RECT (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-utils/alsamixer/ | ||
H A D | mixer_clickable.c | 78 #define IS_IN_RECT(Y, X) (Y >= y1 && Y <= y2 && X >= x1 && X <= x2) in clickable_clear() macro |
Completed in 1 milliseconds