Home
last modified time | relevance | path

Searched refs:length_in_mm (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/okular/okular-21.12.3/generators/dvi/
H A Dlength.h51 length_in_mm = 0; in Length()
57 length_in_mm = l; in setLength_in_mm()
63 length_in_mm = l * mm_per_cm; in setLength_in_cm()
69 length_in_mm = l * mm_per_m; in setLength_in_m()
75 length_in_mm = l * mm_per_inch; in setLength_in_inch()
124 return length_in_mm; in getLength_in_mm()
234 r.length_in_mm = length_in_mm + o.length_in_mm;
245 r.length_in_mm = length_in_mm - o.length_in_mm;
260 r.length_in_mm = length_in_mm / l;
271 r.length_in_mm = length_in_mm * l;
[all …]
/dports/x11/libinput/libinput-1.12.6/src/
H A Dlibinput-private.h727 length_in_mm(const struct phys_coords mm) in length_in_mm() function
H A Devdev-mt-touchpad-gestures.c211 if (length_in_mm(mm) < move_threshold) in tp_gesture_get_direction()
H A Devdev-mt-touchpad-tap.c949 return length_in_mm(mm) > DEFAULT_TAP_MOVE_THRESHOLD; in tp_tap_exceeds_motion_threshold()
H A Devdev-mt-touchpad.c123 distance = length_in_mm(mm); in tp_calculate_motion_speed()
1152 if (length_in_mm(mm) > 7) { in tp_thumb_detect()