OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hotspot_y
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
webcursor.cc
74
int type, hotspot_x,
hotspot_y
, size_x, size_y, data_len;
local
81
!pickle->ReadInt(iter, &
hotspot_y
) ||
102
hotspot_.set_y(
hotspot_y
);
/external/chromium_org/webkit/common/cursors/
webcursor.cc
82
int type, hotspot_x,
hotspot_y
, size_x, size_y, data_len;
local
89
!iter->ReadInt(&
hotspot_y
) ||
117
hotspot_.set_y(
hotspot_y
);
/external/chromium_org/remoting/client/plugin/
chromoting_instance.cc
638
int
hotspot_y
= cursor_shape.
hotspot_y
();
local
648
int y =
hotspot_y
- (kMaxCursorHeight / 2);
654
hotspot_y
-= y;
679
pp::Point(hotspot_x,
hotspot_y
));
[
all
...]
Completed in 103 milliseconds