Home | History | Annotate | Download | only in page

Lines Matching refs:hotSpot

1009             IntPoint hotSpot = (*cursors)[i].hotSpot;
1016 // Do not let the hotspot be outside the bounds of the image.
1017 if (hotSpot.x() < 0 || hotSpot.y() < 0 || hotSpot.x() > size.width() || hotSpot.y() > size.height())
1022 return Cursor(cimage->image(), hotSpot);