Searched refs:wl_fixed_t (Results 1 – 11 of 11) sorted by relevance
/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 | 384 struct wl_object *object, wl_fixed_t f) in validate_demarshal_f()
|
/external/wayland/src/ |
D | wayland-util.h | 604 typedef int32_t wl_fixed_t; typedef 614 wl_fixed_to_double(wl_fixed_t f) in wl_fixed_to_double() 633 static inline wl_fixed_t 654 wl_fixed_to_int(wl_fixed_t f) in wl_fixed_to_int() 666 static inline wl_fixed_t 686 wl_fixed_t f; /**< `fixed` */
|
D | connection.c | 518 args[i].f = va_arg(ap, wl_fixed_t); in wl_argument_from_va_list()
|
/external/wayland/tests/data/ |
D | example-server.h | 1997 …ource *resource_, uint32_t serial, struct wl_resource *surface, wl_fixed_t x, wl_fixed_t y, struct… in wl_data_device_send_enter() 2022 wl_data_device_send_motion(struct wl_resource *resource_, uint32_t time, wl_fixed_t x, wl_fixed_t y) in wl_data_device_send_motion() 3407 …e *resource_, uint32_t serial, struct wl_resource *surface, wl_fixed_t surface_x, wl_fixed_t surfa… in wl_pointer_send_enter() 3434 …r_send_motion(struct wl_resource *resource_, uint32_t time, wl_fixed_t surface_x, wl_fixed_t surfa… in wl_pointer_send_motion() 3463 wl_pointer_send_axis(struct wl_resource *resource_, uint32_t time, uint32_t axis, wl_fixed_t value) in wl_pointer_send_axis() 3764 …int32_t serial, uint32_t time, struct wl_resource *surface, int32_t id, wl_fixed_t x, wl_fixed_t y) in wl_touch_send_down() 3793 …h_send_motion(struct wl_resource *resource_, uint32_t time, int32_t id, wl_fixed_t x, wl_fixed_t y) in wl_touch_send_motion() 3829 wl_touch_send_shape(struct wl_resource *resource_, int32_t id, wl_fixed_t major, wl_fixed_t minor) in wl_touch_send_shape() 3842 wl_touch_send_orientation(struct wl_resource *resource_, int32_t id, wl_fixed_t orientation) in wl_touch_send_orientation()
|
D | example-client.h | 2370 wl_fixed_t x, 2371 wl_fixed_t y, 2396 wl_fixed_t x, 2397 wl_fixed_t y); 4091 wl_fixed_t surface_x, 4092 wl_fixed_t surface_y); 4121 wl_fixed_t surface_x, 4122 wl_fixed_t surface_y); 4177 wl_fixed_t value); 4721 wl_fixed_t x, [all …]
|
D | small-server-core.h | 110 wl_fixed_t f,
|
D | small-server.h | 110 wl_fixed_t f,
|
D | small-client-core.h | 169 intf_A_rq2(struct intf_A *intf_A, const char *str, int32_t i, uint32_t u, wl_fixed_t f, int32_t fd,… in intf_A_rq2()
|
D | small-client.h | 169 intf_A_rq2(struct intf_A *intf_A, const char *str, int32_t i, uint32_t u, wl_fixed_t f, int32_t fd,… in intf_A_rq2()
|