Searched refs:getHotSpot (Results 1 – 12 of 12) sorted by relevance
109 bool getHotSpot(IntPoint&) const;
104 bool ImageSource::getHotSpot(IntPoint& hotSpot) const in getHotSpot() function in blink::ImageSource
65 virtual bool getHotSpot(IntPoint&) const OVERRIDE;
89 virtual bool getHotSpot(IntPoint&) const { return false; } in getHotSpot() function
204 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const in getHotSpot() function in blink::BitmapImage206 return m_source.getHotSpot(hotSpot); in getHotSpot()
47 …final int hitSpot = hotSpot.getHotSpot(parentObject.getCenteredPositionX(), currentPosition.y + 10… in update()
95 public int getHotSpot(float worldX, float worldY) { in getHotSpot() method in HotSpotSystem
107 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
95 hotSpot = hotSpotSystem.getHotSpot(parentObject.getCenteredPositionX(), in update()
292 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
283 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
43 bool imageHasIntrinsicHotSpot = image->getHotSpot(intrinsicHotSpot); in determineHotSpot()