HomeSort by relevance Sort by last modified time
    Searched refs:m_hotSpot (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
CursorData.h 37 , 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
  /external/webkit/Source/WebCore/css/
CSSCursorImageValue.h 42 IntPoint hotSpot() const { return m_hotSpot; }
55 IntPoint m_hotSpot;
CSSCursorImageValue.cpp 58 , 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/
PlatformCursor.h 96 , m_hotSpot(hotSpot)
100 const IntPoint& hotSpot() const { return m_hotSpot; }
105 IntPoint m_hotSpot;
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 50 , 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/
CursorMac.mm 194 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/
CursorGtk.cpp 184 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/
CursorWin.cpp 256 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/
Cursor.h 172 const IntPoint& hotSpot() const { return m_hotSpot; }
185 IntPoint m_hotSpot;
Cursor.cpp 245 , m_hotSpot(determineHotSpot(image, hotSpot))

Completed in 327 milliseconds