Searched refs:hotspot_x (Results 1 – 8 of 8) sorted by relevance
/external/wayland/cursor/ |
D | cursor-data.h | 538 int hotspot_x, hotspot_y; member
|
D | wayland-cursor.h | 51 uint32_t hotspot_x; member
|
D | wayland-cursor.c | 227 image->image.hotspot_x = metadata->hotspot_x; in wl_cursor_create_from_data() 312 image->image.hotspot_x = images->images[i]->xhot; in wl_cursor_create_from_xcursor_images()
|
D | convert_font.c | 293 int32_t hotspot_x, hotspot_y; member 315 glyph->hotspot_x = -minx; in reconstruct_glyph() 405 glyphs[i].hotspot_x, glyphs[i].hotspot_y, in write_output_file()
|
/external/webrtc/modules/desktop_capture/win/ |
D | cursor.cc | 116 int hotspot_x = iinfo.xHotspot; in CreateMouseCursorFromHCursor() local 230 return new MouseCursor(image.release(), DesktopVector(hotspot_x, hotspot_y)); in CreateMouseCursorFromHCursor()
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_and_cursor_composer_unittest.cc | 220 int hotspot_x, hotspot_y; in TEST_F() member 233 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y); in TEST_F()
|
/external/wayland/tests/data/ |
D | example-client.h | 4507 …inter *wl_pointer, uint32_t serial, struct wl_surface *surface, int32_t hotspot_x, int32_t hotspot… in wl_pointer_set_cursor() argument 4510 WL_POINTER_SET_CURSOR, serial, surface, hotspot_x, hotspot_y); in wl_pointer_set_cursor()
|
D | example-server.h | 3391 int32_t hotspot_x,
|