Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-util.h522 typedef int32_t wl_fixed_t; typedef
532 wl_fixed_to_double(wl_fixed_t f) in wl_fixed_to_double()
551 static inline wl_fixed_t
572 wl_fixed_to_int(wl_fixed_t f) in wl_fixed_to_int()
584 static inline wl_fixed_t
601 wl_fixed_t f; /**< fixed point */
Dconnection.c503 args[i].f = va_arg(ap, wl_fixed_t); in wl_argument_from_va_list()
/external/wayland/tests/
Dfixed-benchmark.c38 wl_fixed_t f; in noop_conversion()
53 wl_fixed_t f; in magic_conversion()
62 wl_fixed_t f; in mul_conversion()
74 wl_fixed_t f; in div_conversion()
Dfixed-test.c34 wl_fixed_t f; in TEST()
75 wl_fixed_t f; in TEST()
Dconnection-test.c349 struct wl_object *object, wl_fixed_t f) in validate_demarshal_f()
/external/vulkan-validation-layers/demos/smoke/
DShellWayland.h60 wl_fixed_t sx, wl_fixed_t sy);
62 …handle_motion(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy);
65 …le_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value);
DShellWayland.cpp84 wl_fixed_t sx, wl_fixed_t sy) {} in pointer_handle_enter()
88 …ndle_motion(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) {} in pointer_handle_motion()
98 …_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) {} in pointer_handle_axis()
/external/vulkan-validation-layers/demos/
Dcube.cpp406 …void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx, in pointer_handle_enter()
407 wl_fixed_t sy) {} in pointer_handle_enter()
411 …ndle_motion(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) {} in pointer_handle_motion()
421 …_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) {} in pointer_handle_axis()
Dcube.c3659 …void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx, in pointer_handle_enter()
3660 wl_fixed_t sy) {} in pointer_handle_enter()
3664 …ndle_motion(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) {} in pointer_handle_motion()
3674 …_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) {} in pointer_handle_axis()