Searched defs:effectiveHotSpot (Results 1 - 3 of 3) sorted by relevance

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

Completed in 102 milliseconds