Searched refs:hotspot (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor.h26 // Takes ownership of |image|. |hotspot| must be within |image| boundaries.
27 MouseCursor(DesktopFrame* image, const DesktopVector& hotspot);
36 void set_hotspot(const DesktopVector& hotspot ) { hotspot_ = hotspot; }
37 const DesktopVector& hotspot() const { return hotspot_; } function in class:webrtc::MouseCursor
H A Dmouse_cursor_shape.h27 // Coordinates of the cursor hotspot relative to upper-left corner.
28 DesktopVector hotspot; member in struct:webrtc::MouseCursorShape
H A Dmouse_cursor.cc21 MouseCursor::MouseCursor(DesktopFrame* image, const DesktopVector& hotspot) argument
23 hotspot_(hotspot) {
34 cursor.hotspot())
H A Dmouse_cursor_monitor_unittest.cc72 EXPECT_GE(cursor_image_->hotspot().x(), 0);
73 EXPECT_LE(cursor_image_->hotspot().x(),
75 EXPECT_GE(cursor_image_->hotspot().y(), 0);
76 EXPECT_LE(cursor_image_->hotspot().y(),
H A Ddesktop_and_cursor_composer_unittest.cc104 void SetHotspot(const DesktopVector& hotspot) { argument
105 if (!hotspot_.equals(hotspot))
107 hotspot_ = hotspot;
121 // Set four pixels near the hotspot and leave all other blank.
232 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y);
233 fake_cursor_->SetHotspot(hotspot);
H A Dmouse_cursor_monitor_mac.mm236 DesktopVector hotspot(
262 last_cursor_->hotspot().equals(hotspot) &&
278 scoped_ptr<MouseCursor> cursor(new MouseCursor(image.release(), hotspot));
/external/chromium_org/ui/base/cursor/ozone/
H A Dbitmap_cursor_factory_ozone.cc25 gfx::Point hotspot; local
26 if (GetCursorBitmap(type, &bitmap, &hotspot))
27 return new BitmapCursorOzone(bitmap, hotspot);
34 const gfx::Point& hotspot)
35 : hotspot_(hotspot), frame_delay_ms_(0) {
40 const gfx::Point& hotspot,
42 : bitmaps_(bitmaps), hotspot_(hotspot), frame_delay_ms_(frame_delay_ms) {
50 const gfx::Point& BitmapCursorOzone::hotspot() { function in class:ui::BitmapCursorOzone
82 const gfx::Point& hotspot) {
83 BitmapCursorOzone* cursor = new BitmapCursorOzone(bitmap, hotspot);
33 BitmapCursorOzone(const SkBitmap& bitmap, const gfx::Point& hotspot) argument
39 BitmapCursorOzone(const std::vector<SkBitmap>& bitmaps, const gfx::Point& hotspot, int frame_delay_ms) argument
80 CreateImageCursor( const SkBitmap& bitmap, const gfx::Point& hotspot) argument
88 CreateAnimatedCursor( const std::vector<SkBitmap>& bitmaps, const gfx::Point& hotspot, int frame_delay_ms) argument
[all...]
H A Dbitmap_cursor_factory_ozone.h19 // A cursor that is an SkBitmap combined with a gfx::Point hotspot.
23 BitmapCursorOzone(const SkBitmap& bitmap, const gfx::Point& hotspot);
25 const gfx::Point& hotspot,
28 const gfx::Point& hotspot();
49 // combined with a gfx::Point for the hotspot.
65 const gfx::Point& hotspot) OVERRIDE;
68 const gfx::Point& hotspot,
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php3 <title>Hotspot 2.0 - public and free hotspot - remediation</title>
7 <h3>Hotspot 2.0 - public and free hotspot</h3>
H A Dfree.php3 <title>Hotspot 2.0 - public and free hotspot</title>
11 echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_ozone.cc23 gfx::Point hotspot = hot; local
25 GetImageCursorBitmap(resource_id, scale(), rotation(), &hotspot, &bitmap);
28 CursorFactoryOzone::GetInstance()->CreateImageCursor(bitmap, hotspot);
36 gfx::Point hotspot = hot; local
39 resource_id, scale(), rotation(), &hotspot, &bitmaps);
42 bitmaps, hotspot, frame_delay_ms);
H A Dcursor_util.h31 gfx::Point* hotspot,
36 gfx::Point* hotspot,
H A Dcursor_util.cc65 gfx::Point* hotspot,
74 scale / image_rep.scale(), rotation, bitmap, hotspot);
81 gfx::Point* hotspot,
62 GetImageCursorBitmap(int resource_id, float scale, gfx::Display::Rotation rotation, gfx::Point* hotspot, SkBitmap* bitmap) argument
78 GetAnimatedCursorBitmaps(int resource_id, float scale, gfx::Display::Rotation rotation, gfx::Point* hotspot, std::vector<SkBitmap>* bitmaps) argument
H A Dcursor_loader_x11.cc158 gfx::Point hotspot = hot; local
160 GetImageCursorBitmap(resource_id, scale(), rotation(), &hotspot, &bitmap);
161 XcursorImage* x_image = SkBitmapToXcursorImage(&bitmap, hotspot);
170 gfx::Point hotspot = hot; local
173 resource_id, scale(), rotation(), &hotspot, &bitmaps);
179 XcursorImage* x_image = SkBitmapToXcursorImage(&bitmaps[frame], hotspot);
/external/chromium_org/ui/ozone/public/
H A Dcursor_factory_ozone.h34 // Return a image cursor from the specified image & hotspot. Image cursors
38 const gfx::Point& hotspot);
40 // Return a animated cursor from the specified image & hotspot. Animated
46 const gfx::Point& hotspot,
H A Dcursor_factory_ozone.cc36 const gfx::Point& hotspot) {
43 const gfx::Point& hotspot,
34 CreateImageCursor( const SkBitmap& bitmap, const gfx::Point& hotspot) argument
41 CreateAnimatedCursor( const std::vector<SkBitmap>& bitmaps, const gfx::Point& hotspot, int frame_delay_ms) argument
/external/chromium_org/content/renderer/
H A Dcursor_utils.cc21 webkit_cursor_info->hotSpot = cursor_info.hotspot;
36 web_cursor_info.hotspot = webkit_cursor_info.hotSpot;
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dmalloc-tree37 hotspot = False variable
57 if hotspot:
100 global hotspot
107 if hotspot:
129 if hotspot:
138 global hotspot
153 parser.add_option('-t', '--hotspot', action='store_true', dest='hotspot',
158 hotspot = options.hotspot
[all...]
/external/chromium_org/content/common/cursors/
H A Dwebcursor_aurax11.cc30 gfx::Point hotspot = hotspot_; local
32 device_scale_factor_, gfx::Display::ROTATE_0, &bitmap, &hotspot);
34 XcursorImage* image = ui::SkBitmapToXcursorImage(&bitmap, hotspot);
H A Dwebcursor_ozone.cc20 gfx::Point hotspot = hotspot_; local
22 device_scale_factor_, rotation_, &bitmap, &hotspot);
25 hotspot);
H A Dwebcursor_unittest.cc155 // Convert to WebCursorInfo, make sure the hotspot got clamped.
158 EXPECT_EQ(gfx::Point(1, 1), info.hotspot);
160 // Set hotspot to an invalid point again, pipe back through WebCursor,
161 // and make sure the hotspot got clamped again.
162 info.hotspot = gfx::Point(-1, -1);
165 EXPECT_EQ(gfx::Point(0, 0), info.hotspot);
/external/chromium_org/remoting/host/
H A Dchromoting_param_traits.cc109 ParamTraits<webrtc::DesktopVector>::Write(m, p.hotspot());
134 webrtc::DesktopVector hotspot; local
135 if (!ParamTraits<webrtc::DesktopVector>::Read(m, iter, &hotspot))
142 r->set_hotspot(hotspot);
151 "webrtc::DesktopRect{image(%d, %d), hotspot(%d, %d)}",
153 p.hotspot().x(), p.hotspot().y()));
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.h49 const pp::Point& hotspot);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc299 cursor->hotspot = cursor_image->hotspot();
312 last_cursor_.hotspot.equals(cursor->hotspot) &&
/external/chromium_org/third_party/freetype/
H A DAndroid.mk11 # compile in ARM mode, since the glyph loader/renderer is a hotspot

Completed in 313 milliseconds

12