Searched refs:hold_alpha (Results 1 - 1 of 1) sorted by relevance
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 576 double r, g, b, hold_alpha; in draw_gestures() local 581 hold_alpha = (w->hold.active && i <= w->hold.nfingers) ? 1 : .5; in draw_gestures() 583 cairo_set_source_rgba(cr, r, g, b, hold_alpha); in draw_gestures() 587 cairo_set_source_rgba(cr, 0, 0, 0, hold_alpha); in draw_gestures()
|
Completed in 3 milliseconds