HomeSort by relevance Sort by last modified time
    Searched defs:hotspot_y (Results 1 - 5 of 5) sorted by null

  /external/wayland/cursor/
cursor-data.h 538 int hotspot_x, hotspot_y; member in struct:cursor_metadata
    [all...]
wayland-cursor.h 41 uint32_t hotspot_y; /* hot spot y (must be inside image) */ member in struct:wl_cursor_image
convert_font.c 293 int32_t hotspot_x, hotspot_y; member in struct:reconstructed_glyph
316 glyph->hotspot_y = -miny;
397 "\tint hotspot_x, hotspot_y;\n"
405 glyphs[i].hotspot_x, glyphs[i].hotspot_y,
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor.cc 121 int hotspot_y = iinfo.yHotspot; local
245 image.release(), DesktopVector(hotspot_x, hotspot_y));
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 201 int hotspot_x, hotspot_y; member in struct:webrtc::__anon49920::__anon49921
224 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y);

Completed in 90 milliseconds