Home
last modified time | relevance | path

Searched refs:hotspot_x (Results 1 – 8 of 8) sorted by relevance

/external/wayland/cursor/
Dcursor-data.h538 int hotspot_x, hotspot_y; member
Dwayland-cursor.h51 uint32_t hotspot_x; member
Dwayland-cursor.c227 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()
Dconvert_font.c293 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/
Dcursor.cc116 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/
Ddesktop_and_cursor_composer_unittest.cc220 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/
Dexample-client.h4507 …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()
Dexample-server.h3391 int32_t hotspot_x,