Lines Matching refs:wl_fixed_to_int
1660 x = wl_fixed_to_int(*fx); in weston_pointer_clamp_for_output()
1661 y = wl_fixed_to_int(*fy); in weston_pointer_clamp_for_output()
1682 x = wl_fixed_to_int(*fx); in weston_pointer_clamp()
1683 y = wl_fixed_to_int(*fy); in weston_pointer_clamp()
1684 old_x = wl_fixed_to_int(pointer->x); in weston_pointer_clamp()
1685 old_y = wl_fixed_to_int(pointer->y); in weston_pointer_clamp()
1716 ix = wl_fixed_to_int(x); in weston_pointer_move_to()
1717 iy = wl_fixed_to_int(y); in weston_pointer_move_to()
1755 x = wl_fixed_to_int(pointer->x); in weston_pointer_handle_output_destroy()
1756 y = wl_fixed_to_int(pointer->y); in weston_pointer_handle_output_destroy()
2679 x = wl_fixed_to_int(pointer->x) - pointer->hotspot_x; in pointer_cursor_surface_committed()
2680 y = wl_fixed_to_int(pointer->y) - pointer->hotspot_y; in pointer_cursor_surface_committed()
3706 wl_fixed_to_int(sx), in is_within_constraint_region()
3707 wl_fixed_to_int(sy), in is_within_constraint_region()
3744 wl_fixed_to_int(pointer->x), in maybe_enable_pointer_constraint()
3745 wl_fixed_to_int(pointer->y), in maybe_enable_pointer_constraint()