OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hot_point
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
mirror_window_controller_unittest.cc
95
gfx::Point
hot_point
= test_api.GetCursorHotPoint();
local
98
EXPECT_EQ("4,4",
hot_point
.ToString());
99
EXPECT_EQ(10 -
hot_point
.x(), cursor_window_origin.x());
100
EXPECT_EQ(10 -
hot_point
.y(), cursor_window_origin.y());
106
hot_point
= test_api.GetCursorHotPoint();
108
EXPECT_EQ(100 -
hot_point
.x(), cursor_window_origin.x());
109
EXPECT_EQ(100 -
hot_point
.y(), cursor_window_origin.y());
120
hot_point
= test_api.GetCursorHotPoint();
122
EXPECT_EQ(300 -
hot_point
.x(), cursor_window_origin.x());
123
EXPECT_EQ(300 -
hot_point
.y(), cursor_window_origin.y())
152
gfx::Point
hot_point
= test_api.GetCursorHotPoint();
local
207
gfx::Point
hot_point
= test_api.GetCursorHotPoint();
local
[
all
...]
/external/chromium_org/ash/wm/
image_cursors.cc
99
gfx::Point
hot_point
;
local
104
&
hot_point
);
106
cursor_loader_->LoadImageCursor(kImageCursorIds[i], resource_id,
hot_point
);
110
gfx::Point
hot_point
;
local
115
&
hot_point
);
119
hot_point
,
Completed in 143 milliseconds