Home
last modified time | relevance | path

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

/external/wayland/cursor/
Dcursor-data.h538 int hotspot_x, hotspot_y; member
Dwayland-cursor.h40 uint32_t hotspot_x; /* hot spot x (must be inside image) */ member
Dwayland-cursor.c233 image->image.hotspot_x = metadata->hotspot_x; in wl_cursor_create_from_data()
318 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/webrtc/modules/desktop_capture/win/
Dcursor.cc120 int hotspot_x = iinfo.xHotspot; in CreateMouseCursorFromHCursor() local
245 image.release(), DesktopVector(hotspot_x, hotspot_y)); in CreateMouseCursorFromHCursor()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer_unittest.cc201 int hotspot_x, hotspot_y; in TEST_F() member
224 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y); in TEST_F()