Lines Matching refs:rect
476 struct clickable_rect *rect;
487 rect = clickable_find(m.y, m.x);
488 if (rect)
489 cmd = rect->command;
495 focus_control_index = rect->arg1;
504 focus_control_index = rect->arg1;
519 if (rect && rect->arg1 >= 0)
520 focus_control_index = rect->arg1;
525 channels = m.x - rect->x1 + 1;
527 (100 * (rect->y2 - m.y) / (rect->y2 - rect->y1)) // volume
532 channels = m.x - rect->x1 + 1;