Searched refs:effectiveHotSpot (Results 1 – 3 of 3) sorted by relevance
47 IntPoint effectiveHotSpot = determineHotSpot(img, hotSpot); in createSharedCursor() local68 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()
78 IntPoint effectiveHotSpot = determineHotSpot(image, hotSpot); in createCustomCursor() local79 …turn new QCursor(*(image->nativeImageForCurrentFrame()), effectiveHotSpot.x(), effectiveHotSpot.y(… in createCustomCursor()
64 IntPoint effectiveHotSpot = determineHotSpot(image, hotSpot); in createCustomCursor() local66 …new_from_pixbuf(gdk_display_get_default(), pixbuf.get(), effectiveHotSpot.x(), effectiveHotSpot.y(… in createCustomCursor()