Home
last modified time | relevance | path

Searched refs:view_x (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()
2112 view_ix = wl_fixed_to_int(view_x); in weston_compositor_pick_view()
2124 *vx = view_x; in weston_compositor_pick_view()
/third_party/boost/boost/multiprecision/
Dnumber.hpp157 …ST_MP_CXX14_CONSTEXPR number(const std::basic_string_view<char, Traits>& view_x, const std::basic_… 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 …_string_view(Result& result, const std::basic_string_view<char, Traits>& view_x, const std::basic_… in assign_from_string_view() argument
864 std::string x(view_x), y(view_y); in assign_from_string_view()