/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
H A D | mouse_cursor_shape.h | 27 // Coordinates of the cursor hotspot relative to upper-left corner. 28 DesktopVector hotspot; member in struct:webrtc::MouseCursorShape
|
H A D | mouse_cursor.cc | 21 MouseCursor::MouseCursor(DesktopFrame* image, const DesktopVector& hotspot) argument 23 hotspot_(hotspot) { 34 cursor.hotspot())
|
H A D | mouse_cursor.h | 26 // 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 D | desktop_and_cursor_composer_unittest.cc | 104 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 D | webcursor_aurax11.cc | 30 gfx::Point hotspot = hotspot_; local 32 device_scale_factor_, gfx::Display::ROTATE_0, &bitmap, &hotspot); 34 XcursorImage* image = ui::SkBitmapToXcursorImage(&bitmap, hotspot);
|
H A D | webcursor_ozone.cc | 20 gfx::Point hotspot = hotspot_; local 22 device_scale_factor_, rotation_, &bitmap, &hotspot); 25 hotspot);
|
H A D | webcursor.h | 63 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 D | malloc-tree | 37 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 D | cursor_loader_ozone.cc | 23 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 D | cursor_util.cc | 65 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 D | cursor_loader_x11.cc | 158 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 D | cursor_factory_ozone.cc | 36 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 D | chromoting_param_traits.cc | 109 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 D | bitmap_cursor_factory_ozone.cc | 25 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 D | pepper_input_handler.cc | 210 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 D | NPCComponent.java | 470 private void queueCommand(int hotspot) { argument 473 mQueuedCommands[mQueueBottom] = hotspot;
|
/external/chromium_org/ui/gfx/ |
H A D | icon_util.cc | 322 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 D | x11_util.cc | 384 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
|