OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hotspot_y
(Results
1 - 6
of
6
) sorted by null
/external/wayland/cursor/
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
,
wayland-cursor.c
234
image->image.
hotspot_y
= metadata->
hotspot_y
;
319
image->image.
hotspot_y
= images->images[i]->yhot;
cursor-data.h
538
int hotspot_x,
hotspot_y
;
member in struct:cursor_metadata
[
all
...]
/external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc
201
int hotspot_x,
hotspot_y
;
member in struct:webrtc::__anon44215::__anon44216
224
DesktopVector hotspot(tests[i].hotspot_x, tests[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
));
Completed in 923 milliseconds