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

/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/webkit/common/cursors/
H A Dwebcursor_aurax11.cc29 gfx::Point hotspot = hotspot_; local
31 device_scale_factor_, rotation_, &bitmap, &hotspot);
33 XcursorImage* image = ui::SkBitmapToXcursorImage(&bitmap, hotspot);
H A Dwebcursor_unittest.cc174 // Convert to WebCursorInfo, make sure the hotspot got clamped.
177 EXPECT_EQ(gfx::Point(1, 1), info.hotspot);
179 // Set hotspot to an invalid point again, pipe back through WebCursor,
180 // and make sure the hotspot got clamped again.
181 info.hotspot = gfx::Point(-1, -1);
184 EXPECT_EQ(gfx::Point(0, 0), info.hotspot);
H A Dwebcursor.h59 gfx::Point hotspot; member in struct:WebCursor::CursorInfo
156 // Clamp the hotspot to the custom image's bounds, if this is a custom cursor.
H A Dwebcursor.cc62 hotspot_ = cursor_info.hotspot;
72 cursor_info->hotspot = hotspot_;
256 // Clamp the hotspot to the custom image's dimensions.
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_unittest.cc11 // Distance in pixels between the hotspot and when the hint should be shown.
29 gfx::Point hotspot[] = { local
46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area);
69 gfx::Point hotspot = gfx::Point(0, 0); local
96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area);
/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info_unittest.cc11 // Distance in pixels between the hotspot and when the hint should be shown.
29 gfx::Point hotspot[] = { local
46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area);
69 gfx::Point hotspot = gfx::Point(0, 0); local
96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area);
/external/chromium_org/third_party/freetype/
H A DAndroid.mk11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
/external/freetype/
H A DAndroid.mk11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
/external/chromium_org/remoting/host/
H A Dchromoting_messages.h143 IPC_STRUCT_TRAITS_MEMBER(hotspot)
H A Dvideo_scheduler.cc104 cursor_proto->set_hotspot_x(cursor_shape->hotspot.x());
105 cursor_proto->set_hotspot_y(cursor_shape->hotspot.y());
/external/chromium_org/ui/gfx/
H A Dicon_util.h135 const gfx::Point& hotspot,
H A Dicon_util.cc318 const gfx::Point& hotspot,
359 ii.xHotspot = hotspot.x();
360 ii.yHotspot = hotspot.y();
317 CreateCursorFromDIB(const gfx::Size& icon_size, const gfx::Point& hotspot, const void* dib_bits, size_t dib_size) 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/base/x/
H A Dx11_util.h103 const gfx::Point& hotspot);
H A Dx11_util.cc452 const gfx::Point& hotspot) {
454 gfx::Point hotspot_point = hotspot;
472 hotspot_point = gfx::ToFlooredPoint(gfx::ScalePoint(hotspot, scale));
451 SkBitmapToXcursorImage(const SkBitmap* cursor_image, const gfx::Point& hotspot) argument
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc424 cursor_info.hotSpot = web_cursor_info.hotspot;

Completed in 407 milliseconds