Home
last modified time | relevance | path

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

/external/wayland/cursor/
Dcursor-data.h538 int hotspot_x, hotspot_y; member
Dwayland-cursor.h41 uint32_t hotspot_y; /* hot spot y (must be inside image) */ member
Dwayland-cursor.c234 image->image.hotspot_y = metadata->hotspot_y; in wl_cursor_create_from_data()
319 image->image.hotspot_y = images->images[i]->yhot; in wl_cursor_create_from_xcursor_images()
Dconvert_font.c293 int32_t hotspot_x, hotspot_y; member
316 glyph->hotspot_y = -miny; in reconstruct_glyph()
405 glyphs[i].hotspot_x, glyphs[i].hotspot_y, in write_output_file()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dcursor.cc121 int hotspot_y = iinfo.yHotspot; 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()