Home
last modified time | relevance | path

Searched defs:IS_IN_RECT (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-utils/alsamixer/
H A Dmixer_clickable.c78 #define IS_IN_RECT(Y, X) (Y >= y1 && Y <= y2 && X >= x1 && X <= x2) in clickable_clear() macro

Completed in 1 milliseconds