Searched refs:pinch (Results 1 – 25 of 224) sorted by relevance
123456789
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstpinch.c | 86 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (pinch, "pinch", GST_RANK_NONE, 94 GstPinch *pinch; in gst_pinch_set_property() local 99 pinch = GST_PINCH_CAST (object); in gst_pinch_set_property() 105 if (v != pinch->intensity) { in gst_pinch_set_property() 106 pinch->intensity = v; in gst_pinch_set_property() 121 GstPinch *pinch; in gst_pinch_get_property() local 123 pinch = GST_PINCH_CAST (object); in gst_pinch_get_property() 127 g_value_set_double (value, pinch->intensity); in gst_pinch_get_property() 140 GstPinch *pinch = GST_PINCH_CAST (gt); in pinch_map() local 148 GST_LOG_OBJECT (pinch, "Center %0.5lf (%0.2lf) %0.5lf (%0.2lf)", in pinch_map() [all …]
|
D | gstpinch.h | 83 GST_ELEMENT_REGISTER_DECLARE (pinch);
|
D | plugin.c | 50 ret |= GST_ELEMENT_REGISTER (pinch, plugin); in plugin_init()
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 159 } pinch; member 541 offset = w->pinch.scale * 100; in draw_gestures() 542 cairo_translate(cr, w->pinch.x, w->pinch.y); in draw_gestures() 543 cairo_rotate(cr, w->pinch.angle * M_PI/180.0); in draw_gestures() 544 if (w->pinch.nfingers > 0) { in draw_gestures() 1036 w->pinch.scale = 1.0; in window_place_ui_elements() 1037 w->pinch.x = w->width/2; in window_place_ui_elements() 1038 w->pinch.y = w->height/2; in window_place_ui_elements() 1584 w->pinch.nfingers = nfingers; in handle_event_pinch() 1585 w->pinch.x = w->width/2; in handle_event_pinch() [all …]
|
/third_party/libinput/doc/user/ |
D | gestures.rst | 43 .. figure:: pinch-gestures.svg 46 The pinch and rotate gestures 48 The illustration above shows a basic pinch in the left image and a rotate in 335 .. figure:: pinch-gestures-softbuttons.svg 338 Interference of software buttons and pinch gestures 341 user executes a three-finger pinch gesture, with the thumb remaining in the 360 impossible to detect whether a gesture is a pinch gesture or a swipe gesture
|
D | meson.build | 111 'svg/pinch-gestures.svg', 112 'svg/pinch-gestures-softbuttons.svg',
|
/third_party/icu/icu4c/source/data/unit/ |
D | yo_BJ.txt | 139 pinch{ 255 pinch{
|
D | eu.txt | 978 pinch{ 979 dnam{"pinch-a"} 980 one{"{0} pinch"} 981 other{"{0} pinch"} 2186 pinch{ 2187 dnam{"pinch-a"} 2188 one{"{0} pinch"} 2189 other{"{0} pinch"}
|
D | de_CH.txt | 117 pinch{
|
D | root.txt | 818 pinch{ 819 dnam{"pinch"} 820 other{"{0} pinch"}
|
D | yo.txt | 166 pinch{ 366 pinch{
|
D | ceb.txt | 975 pinch{ 976 one{"{0} ka pinch"} 977 other{"{0} ka pinch"} 1549 pinch{ 1550 one{"{0} ka pinch"} 1551 other{"{0} ka pinch"}
|
D | en_CA.txt | 62 pinch{ 580 pinch{
|
D | qu.txt | 461 pinch{ 612 pinch{
|
D | en_001.txt | 302 pinch{ 610 pinch{
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | yo_BJ.txt | 139 pinch{ 255 pinch{
|
D | eu.txt | 978 pinch{ 979 dnam{"pinch-a"} 980 one{"{0} pinch"} 981 other{"{0} pinch"} 2186 pinch{ 2187 dnam{"pinch-a"} 2188 one{"{0} pinch"} 2189 other{"{0} pinch"}
|
D | de_CH.txt | 117 pinch{
|
D | root.txt | 818 pinch{ 819 dnam{"pinch"} 820 other{"{0} pinch"}
|
D | yo.txt | 166 pinch{ 366 pinch{
|
D | ceb.txt | 975 pinch{ 976 one{"{0} ka pinch"} 977 other{"{0} ka pinch"} 1549 pinch{ 1550 one{"{0} ka pinch"} 1551 other{"{0} ka pinch"}
|
D | en_CA.txt | 62 pinch{ 580 pinch{
|
D | qu.txt | 461 pinch{ 612 pinch{
|
D | en_001.txt | 302 pinch{ 610 pinch{
|
/third_party/skia/site/docs/user/sample/ |
D | viewer.md | 80 Swiping left and right will switch slides, pinch-zoom will zoom in and out, and 102 swipe between them, pinch-zoom to scale, and translate via panning. There is not
|
123456789