Searched refs:hotSpot (Results 1 – 13 of 13) sorted by relevance
/external/webkit/WebCore/rendering/style/ |
D | CursorData.h | 42 return hotSpot == o.hotSpot && cursorImage == o.cursorImage; 50 IntPoint hotSpot; // for CSS3 support member
|
D | RenderStyle.cpp | 485 void RenderStyle::addCursor(CachedImage* image, const IntPoint& hotSpot) in addCursor() argument 489 data.hotSpot = hotSpot; in addCursor()
|
/external/webkit/WebCore/platform/chromium/ |
D | PlatformCursor.h | 92 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor() argument 94 , m_hotSpot(hotSpot) in PlatformCursor() 98 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
|
D | CursorChromium.cpp | 41 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor() argument 42 : m_impl(image, hotSpot) in Cursor()
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
D | SDL_macmouse.c | 82 cursor->curs.hotSpot.h = hot_x; in Mac_CreateWMCursor() 83 cursor->curs.hotSpot.v = hot_y; in Mac_CreateWMCursor()
|
/external/webkit/WebCore/platform/win/ |
D | CursorWin.cpp | 147 IntPoint hotSpot(x, y); in loadCursorByName() local 151 c = Cursor(cursorImage.get(), hotSpot); in loadCursorByName()
|
/external/webkit/WebCore/platform/mac/ |
D | CursorMac.mm | 53 return [[NSCursor alloc] initWithImage:img hotSpot:hotspot]; 71 cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:hotSpotPoint];
|
/external/webkit/WebCore/page/ |
D | EventHandler.cpp | 873 IntPoint hotSpot = (*cursors)[i].hotSpot; in selectCursor() local 881 …if (hotSpot.x() < 0 || hotSpot.y() < 0 || hotSpot.x() > size.width() || hotSpot.y() > size.height(… in selectCursor() 886 return Cursor(cimage->image(), hotSpot); in selectCursor()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzWM.m | 76 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ];
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 691 * kwq/KWQKCursor.mm: (+[NSCursor _WebCore_cursorWithName:hotSpot:]): 727 (+[NSCursor _WebCore_cursorWithName:hotSpot:]): 1802 (+[NSCursor _WebCore_cursorWithName:hotSpot:]): new, loads and caches cursors 1804 (KCursor::handCursor): call _WebCore_cursorWithName:hotSpot: 1808 (KCursor::eastResizeCursor): new, call _WebCore_cursorWithName:hotSpot:
|
D | ChangeLog-2006-05-10 | 38766 (+[NSCursor _WebCore_cursorWithName:hotSpot:_WebCore_cursorWithName:hotSpot:]):
|
D | ChangeLog | 7482 (WebCore::PlatformCursor::hotSpot):
|
D | ChangeLog-2008-08-10 | 50272 RenderStyle's CursorData class holds "IntPoint hotSpot", "CachedImage* image"
|