Searched defs:hotSpot (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | CursorData.h | 35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) in CursorData() 54 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
|
D | RenderStyle.cpp | 594 void RenderStyle::addCursor(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) in addCursor()
|
/external/webkit/Source/WebCore/css/ |
D | CSSCursorImageValue.h | 35 static PassRefPtr<CSSCursorImageValue> create(const String& url, const IntPoint& hotSpot) in create() 42 IntPoint hotSpot() const { return m_hotSpot; } in hotSpot() function
|
D | CSSCursorImageValue.cpp | 56 CSSCursorImageValue::CSSCursorImageValue(const String& url, const IntPoint& hotSpot) in CSSCursorImageValue()
|
D | CSSParser.cpp | 1111 IntPoint hotSpot(-1, -1); in parseValue() local
|
/external/webkit/Source/WebCore/platform/qt/ |
D | CursorQt.cpp | 76 static QCursor* createCustomCursor(Image* image, const IntPoint& hotSpot) in createCustomCursor()
|
/external/webkit/Source/WebCore/platform/win/ |
D | CursorWin.cpp | 43 static PassRefPtr<SharedCursor> createSharedCursor(Image* img, const IntPoint& hotSpot) in createSharedCursor() 126 IntPoint hotSpot(x, y); in loadCursorByName() local
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PlatformCursor.h | 94 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor() 100 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
|
D | CursorChromium.cpp | 43 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | CursorGtk.cpp | 62 static GRefPtr<GdkCursor> createCustomCursor(Image* image, const IntPoint& hotSpot) in createCustomCursor()
|
/external/webkit/Source/WebCore/platform/ |
D | Cursor.cpp | 242 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor()
|
D | Cursor.h | 172 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebCursorInfo.h | 97 WebPoint hotSpot; member
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 1191 IntPoint hotSpot = (*cursors)[i].hotSpot(); in selectCursor() local
|