HomeSort by relevance Sort by last modified time
    Searched full:wl_fixed_t (Results 1 - 11 of 11) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.h 60 wl_fixed_t sx, wl_fixed_t sy);
62 static void pointer_handle_motion(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy);
65 static void pointer_handle_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value);
ShellWayland.cpp 84 wl_fixed_t sx, wl_fixed_t sy) {}
88 void ShellWayland::pointer_handle_motion(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) {}
98 void ShellWayland::pointer_handle_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) {}
  /external/wayland/tests/
fixed-benchmark.c 38 wl_fixed_t f;
53 wl_fixed_t f;
62 wl_fixed_t f;
74 wl_fixed_t f;
fixed-test.c 34 wl_fixed_t f;
75 wl_fixed_t f;
connection-test.c 349 struct wl_object *object, wl_fixed_t f)
  /external/wayland/src/
wayland-util.h 517 * A `wl_fixed_t` is a 24.8 signed fixed-point number with a sign bit, 23 bits
518 * of integer precision and 8 bits of decimal precision. Consider `wl_fixed_t`
522 typedef int32_t wl_fixed_t; typedef
532 wl_fixed_to_double(wl_fixed_t f)
551 static inline wl_fixed_t
572 wl_fixed_to_int(wl_fixed_t f)
584 static inline wl_fixed_t
601 wl_fixed_t f; /**< fixed point */
wayland-server-core.h 371 * - type=fixed: wl_fixed_t
connection.c 503 args[i].f = va_arg(ap, wl_fixed_t);
scanner.c 1011 printf("wl_fixed_t ");
    [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp 406 static void pointer_handle_enter(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx,
407 wl_fixed_t sy) {}
411 static void pointer_handle_motion(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) {}
421 static void pointer_handle_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) {}
    [all...]
cube.c     [all...]

Completed in 176 milliseconds