Searched defs:hotSpot (Results 1 – 6 of 6) sorted by relevance
50 IntPoint hotSpot; // for CSS3 support member
485 void RenderStyle::addCursor(CachedImage* image, const IntPoint& hotSpot) in addCursor()
92 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor()98 const IntPoint& hotSpot() const { return m_hotSpot; } in hotSpot() function
41 Cursor::Cursor(Image* image, const IntPoint& hotSpot) in Cursor()
147 IntPoint hotSpot(x, y); in loadCursorByName() local
873 IntPoint hotSpot = (*cursors)[i].hotSpot; in selectCursor() local