Searched refs:wl_fixed_t (Results 1 – 9 of 9) sorted by relevance
/external/wayland/src/ |
D | wayland-util.h | 522 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 */
|
D | connection.c | 503 args[i].f = va_arg(ap, wl_fixed_t); in wl_argument_from_va_list()
|
/external/wayland/tests/ |
D | fixed-benchmark.c | 38 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()
|
D | fixed-test.c | 34 wl_fixed_t f; in TEST() 75 wl_fixed_t f; in TEST()
|
D | connection-test.c | 349 struct wl_object *object, wl_fixed_t f) in validate_demarshal_f()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | ShellWayland.h | 60 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);
|
D | ShellWayland.cpp | 84 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/ |
D | cube.cpp | 406 …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()
|
D | cube.c | 3659 …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()
|