Searched refs:m_hotSpot (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DCursorData.h37 , m_hotSpot(hotSpot)
43 return m_hotSpot == o.m_hotSpot && m_image == o.m_image;
54 const IntPoint& hotSpot() const { return m_hotSpot; }
58 IntPoint m_hotSpot; // for CSS3 support member in class:WebCore::CursorData
/external/webkit/Source/WebCore/css/
H A DCSSCursorImageValue.h42 IntPoint hotSpot() const { return m_hotSpot; }
55 IntPoint m_hotSpot; member in class:WebCore::CSSCursorImageValue
H A DCSSCursorImageValue.cpp58 , m_hotSpot(hotSpot)
96 m_hotSpot.setX(static_cast<int>(x));
99 m_hotSpot.setY(static_cast<int>(y));
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformCursor.h96 , m_hotSpot(hotSpot)
100 const IntPoint& hotSpot() const { return m_hotSpot; }
105 IntPoint m_hotSpot; member in class:WebCore::PlatformCursor
/external/webkit/Source/WebCore/platform/qt/
H A DCursorQt.cpp50 , m_hotSpot(other.m_hotSpot)
68 m_hotSpot = other.m_hotSpot;
199 m_platformCursor = createCustomCursor(m_image.get(), m_hotSpot);
/external/webkit/Source/WebCore/platform/mac/
H A DCursorMac.mm194 m_platformCursor = createCustomCursor(m_image.get(), m_hotSpot);
202 , m_hotSpot(other.m_hotSpot)
211 m_hotSpot = other.m_hotSpot;
/external/webkit/Source/WebCore/platform/gtk/
H A DCursorGtk.cpp184 m_platformCursor = createCustomCursor(m_image.get(), m_hotSpot);
192 , m_hotSpot(other.m_hotSpot)
201 m_hotSpot = other.m_hotSpot;
/external/webkit/Source/WebCore/platform/win/
H A DCursorWin.cpp256 m_platformCursor = createSharedCursor(m_image.get(), m_hotSpot);
269 , m_hotSpot(other.m_hotSpot)
278 m_hotSpot = other.m_hotSpot;
/external/webkit/Source/WebCore/platform/
H A DCursor.h172 const IntPoint& hotSpot() const { return m_hotSpot; }
185 IntPoint m_hotSpot; member in class:WebCore::Cursor
H A DCursor.cpp245 , m_hotSpot(determineHotSpot(image, hotSpot))

Completed in 195 milliseconds