Searched refs:hotspot (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/ui/tabs/ |
D | dock_info_unittest.cc | 29 gfx::Point hotspot[] = { in TEST() local 46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area); in TEST() 69 gfx::Point hotspot = gfx::Point(0, 0); in TEST() local 96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area); in TEST()
|
/external/webkit/Source/WebCore/platform/wince/ |
D | CursorWinCE.cpp | 45 Cursor::Cursor(Image* img, const IntPoint& hotspot) in Cursor() argument
|
/external/chromium/webkit/glue/ |
D | webcursor_mac.mm | 55 const gfx::Point& hotspot) { 71 hotSpot:NSMakePoint(hotspot.x(), 72 hotspot.y())];
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | NPCComponent.java | 470 private void queueCommand(int hotspot) { in queueCommand() argument 473 mQueuedCommands[mQueueBottom] = hotspot; in queueCommand()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | CursorEfl.cpp | 64 Cursor::Cursor(Image* image, const IntPoint& hotspot) in Cursor() argument
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 126143 Test: manual-tests/cur-hotspot.html 126153 (WebCore::CSSCursorImageValue::CSSCursorImageValue): Renamed "hotspot" to "hotSpot" to match 126156 incorrect code for resolving differences with CSS specified hotspot. 126161 Renamed "hotspot" to "hotSpot" to match other code. 126167 * css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty): Renamed "hotspot" to 126193 (WebCore::Cursor::Cursor): Renamed "hotspot" to "hotSpot" to match other code.
|
D | ChangeLog-2006-12-31 | 27873 Add support for svg cursor images. Also make sure hotspot 27885 (WebCore::CSSCursorImageValue::hotspot):
|
D | ChangeLog-2010-01-29 | 40262 [Qt] Custom Cursor doesn't use hotspot. 40266 hotspot. Take the hotspot values from the mac
|