Searched refs:getHotSpot (Results 1 – 16 of 16) sorted by relevance
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()
189 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const in getHotSpot() function in WebCore::BitmapImage191 bool result = m_source.getHotSpot(hotSpot); in getHotSpot()
113 bool ImageSource::getHotSpot(IntPoint&) const in getHotSpot() function in WebCore::ImageSource
189 bool getHotSpot(IntPoint&) const;
108 virtual bool getHotSpot(IntPoint&) const { return false; } in getHotSpot() function
123 virtual bool getHotSpot(IntPoint&) const;
208 bool ImageSource::getHotSpot(IntPoint& hotSpot) const in getHotSpot() function in WebCore::ImageSource
442 bool ImageSource::getHotSpot(IntPoint&) const in getHotSpot() function in WebCore::ImageSource
42 bool imageHasIntrinsicHotSpot = image->getHotSpot(intrinsicHotSpot); in determineHotSpot()
126180 (WebCore::BitmapImage::getHotSpot):126183 (WebCore::Image::getHotSpot):126185 (WebCore::ImageSource::getHotSpot):126189 … * platform/graphics/cg/ImageSourceCG.cpp: (WebCore::ImageSource::getHotSpot): CG implemantation.126199 … this platform not having an implementation for ImageSource::getHotSpot(), because we no longer
561 (WebCore::BitmapImage::getHotSpot):