Home
last modified time | relevance | path

Searched refs:effectiveHotSpot (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DCursorWin.cpp47 IntPoint effectiveHotSpot = determineHotSpot(img, hotSpot); in createSharedCursor() local
68 ii.xHotspot = effectiveHotSpot.x(); in createSharedCursor()
69 ii.yHotspot = effectiveHotSpot.y(); in createSharedCursor()
104 icon.xHotspot = effectiveHotSpot.x(); in createSharedCursor()
105 icon.yHotspot = effectiveHotSpot.y(); in createSharedCursor()
/external/webkit/Source/WebCore/platform/qt/
DCursorQt.cpp78 IntPoint effectiveHotSpot = determineHotSpot(image, hotSpot); in createCustomCursor() local
79 …turn new QCursor(*(image->nativeImageForCurrentFrame()), effectiveHotSpot.x(), effectiveHotSpot.y(… in createCustomCursor()
/external/webkit/Source/WebCore/platform/gtk/
DCursorGtk.cpp64 IntPoint effectiveHotSpot = determineHotSpot(image, hotSpot); in createCustomCursor() local
66 …new_from_pixbuf(gdk_display_get_default(), pixbuf.get(), effectiveHotSpot.x(), effectiveHotSpot.y(… in createCustomCursor()