Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Ddata-device.c770 wl_fixed_t view_x, view_y; in drag_grab_touch_focus() local
774 &view_x, &view_y); in drag_grab_touch_focus()
777 view, view_x, view_y); in drag_grab_touch_focus()
788 wl_fixed_t view_x, view_y; in drag_grab_touch_motion() local
807 &view_x, &view_y); in drag_grab_touch_motion()
809 msecs, view_x, view_y); in drag_grab_touch_motion()
Dpixman-renderer.c180 float view_x, view_y; in region_intersect_only_translation() local
186 weston_view_to_global_float(view, 0, 0, &view_x, &view_y); in region_intersect_only_translation()
187 pixman_region32_translate(result_global, (int)view_x, (int)view_y); in region_intersect_only_translation()
Dcompositor.c2101 wl_fixed_t view_x, view_y; in weston_compositor_pick_view() local
2111 weston_view_from_global_fixed(view, x, y, &view_x, &view_y); in weston_compositor_pick_view()
2113 view_iy = wl_fixed_to_int(view_y); in weston_compositor_pick_view()
2125 *vy = view_y; in weston_compositor_pick_view()
/third_party/boost/boost/multiprecision/
Dnumber.hpp157 …t std::basic_string_view<char, Traits>& view_x, const std::basic_string_view<char, Traits>& view_y) in number() argument
160 assign_from_string_view(this->backend(), view_x, view_y); in number()
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp860 …t std::basic_string_view<char, Traits>& view_x, const std::basic_string_view<char, Traits>& view_y) in assign_from_string_view() argument
864 std::string x(view_x), y(view_y); in assign_from_string_view()