Home
last modified time | relevance | path

Searched refs:phys_coords (Results 1 – 9 of 9) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dpostscript_io.C272 float phys_coords[3] = {0., 0., 0.}; in _compute_edge_bezier_coeffs() local
281 phys_coords[j] = static_cast<float> in _compute_edge_bezier_coeffs()
289 bez_coords[j] += _bezier_transform[j][k]*phys_coords[k]; in _compute_edge_bezier_coeffs()
293 _bezier_coeffs[j](i) = phys_coords[j]; in _compute_edge_bezier_coeffs()
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev.h587 static inline struct phys_coords
590 struct phys_coords mm; in evdev_convert_xy_to_mm()
792 static inline struct phys_coords
796 struct phys_coords mm = { 0, 0 }; in evdev_device_unit_delta_to_mm()
820 static inline struct phys_coords
824 struct phys_coords mm = { 0, 0 }; in evdev_device_units_to_mm()
850 const struct phys_coords *mm) in evdev_device_mm_to_units()
H A Devdev-mt-touchpad.h378 struct phys_coords vector;
519 static inline struct phys_coords
523 struct phys_coords mm; in tp_phys_delta()
H A Devdev-mt-touchpad-gestures.c86 struct phys_coords zero = {0.0, 0.0}; in tp_gesture_init_scroll()
202 struct phys_coords mm; in tp_gesture_get_direction()
258 struct phys_coords delta_mm, vector; in tp_gesture_apply_scroll_constraints()
472 struct phys_coords mm; in tp_gesture_handle_state_unknown()
H A Dlibinput-private.h93 struct phys_coords { struct
727 length_in_mm(const struct phys_coords mm) in length_in_mm()
790 phys_get_direction(const struct phys_coords mm) in phys_get_direction()
H A Devdev-mt-touchpad-buttons.c502 struct phys_coords mm; in tp_button_check_for_movement()
634 struct phys_coords mm = { 0.0, 0.0 }; in tp_init_softbuttons()
700 struct phys_coords mm; in tp_init_top_softbuttons()
H A Devdev-mt-touchpad.c93 struct phys_coords mm; in tp_calculate_motion_speed()
708 struct phys_coords mm; in tp_unpin_finger()
1148 struct phys_coords mm; in tp_thumb_detect()
1501 struct phys_coords mm; in tp_detect_jumps()
1564 struct phys_coords mm; in tp_detect_thumb_while_moving()
3126 struct phys_coords mm = { 0.0, 0.0 }; in tp_init_palmdetect_edge()
3298 struct phys_coords mm = { 0.0, 0.0 }; in tp_init_thumb()
H A Devdev-mt-touchpad-edge-scroll.c286 struct phys_coords mm = { 0.0, 0.0 }; in tp_edge_scroll_init()
H A Devdev-mt-touchpad-tap.c925 struct phys_coords mm = in tp_tap_exceeds_motion_threshold()