Searched defs:hotspot (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
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.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 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);
/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.h63 gfx::Point hotspot; member in struct:content::WebCursor::CursorInfo
150 // Clamp the hotspot to the custom image's bounds, if this is a custom cursor.
/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/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.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.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/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/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...]
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc210 const pp::Point& hotspot) {
212 cursor_hotspot_ = hotspot;
209 SetMouseCursor(scoped_ptr<pp::ImageData> image, const pp::Point& hotspot) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DNPCComponent.java470 private void queueCommand(int hotspot) { argument
473 mQueuedCommands[mQueueBottom] = hotspot;
/external/chromium_org/ui/gfx/
H A Dicon_util.cc322 const gfx::Point& hotspot,
363 ii.xHotspot = hotspot.x();
364 ii.yHotspot = hotspot.y();
321 CreateCursorFromDIB(const gfx::Size& icon_size, const gfx::Point& hotspot, const void* dib_bits, size_t dib_size) argument
/external/chromium_org/ui/base/x/
H A Dx11_util.cc384 const gfx::Point& hotspot) {
386 gfx::Point hotspot_point = hotspot;
404 hotspot_point = gfx::ToFlooredPoint(gfx::ScalePoint(hotspot, scale));
383 SkBitmapToXcursorImage(const SkBitmap* cursor_image, const gfx::Point& hotspot) argument

Completed in 499 milliseconds