Home
last modified time | relevance | path

Searched refs:pinch (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/tools/
H A Dlibinput-debug-gui.c159 } pinch; member
551 /* pinch */ in draw_gestures()
553 offset = w->pinch.scale * 100; in draw_gestures()
554 cairo_translate(cr, w->pinch.x, w->pinch.y); in draw_gestures()
555 cairo_rotate(cr, w->pinch.angle * M_PI/180.0); in draw_gestures()
556 if (w->pinch.nfingers > 0) { in draw_gestures()
1046 w->pinch.scale = 1.0; in window_place_ui_elements()
1047 w->pinch.x = w->width/2; in window_place_ui_elements()
1048 w->pinch in window_place_ui_elements()
[all...]

Completed in 3 milliseconds