HomeSort by relevance Sort by last modified time
    Searched defs:hotspot (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_shape.h 27 // Coordinates of the cursor hotspot relative to upper-left corner.
28 DesktopVector hotspot; member in struct:webrtc::MouseCursorShape
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
  /external/chromium_org/content/common/cursors/
webcursor_ozone.cc 20 gfx::Point hotspot = hotspot_; local
22 device_scale_factor_, rotation_, &bitmap, &hotspot);
25 hotspot);
webcursor_aurax11.cc 32 gfx::Point hotspot = hotspot_; local
34 device_scale_factor_, rotation_, &bitmap, &hotspot);
36 XcursorImage* image = ui::SkBitmapToXcursorImage(&bitmap, hotspot);
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.
156 // Hotspot in cursor image in pixels.
  /external/chromium_org/ui/base/cursor/ozone/
bitmap_cursor_factory_ozone.cc 36 gfx::Point hotspot; local
37 CHECK(GetCursorBitmap(type, &bitmap, &hotspot));
38 default_cursors_[type] = new BitmapCursorOzone(bitmap, hotspot);
47 const gfx::Point& hotspot) {
48 BitmapCursorOzone* cursor = new BitmapCursorOzone(bitmap, hotspot);
bitmap_cursor_factory_ozone.h 19 // A cursor that is an SkBitmap combined with a gfx::Point hotspot.
23 BitmapCursorOzone(const SkBitmap& bitmap, const gfx::Point& hotspot)
24 : bitmap_(bitmap), hotspot_(hotspot) {}
26 const gfx::Point& hotspot() { return hotspot_; } function in class:ui::BitmapCursorOzone
42 // combined with a gfx::Point for the hotspot.
54 const gfx::Point& hotspot) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
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/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 226 Point hotspot = JniInterface.getCursorHotspot(); local
227 canvas.drawBitmap(cursorBitmap, x - hotspot.x, y - hotspot.y, new Paint());
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 449 milliseconds