Home
last modified time | relevance | path

Searched refs:getHotSpot (Results 1 – 16 of 16) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DSelectDialogComponent.java47 …final int hitSpot = hotSpot.getHotSpot(parentObject.getCenteredPositionX(), currentPosition.y + 10… in update()
DHotSpotSystem.java95 public int getHotSpot(float worldX, float worldY) { in getHotSpot() method in HotSpotSystem
DLifetimeComponent.java107 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
DPatrolComponent.java95 hotSpot = hotSpotSystem.getHotSpot(parentObject.getCenteredPositionX(), in update()
DAnimationComponent.java292 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
DPlayerComponent.java283 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(), in update()
/external/webkit/Source/WebCore/platform/graphics/
DBitmapImage.cpp189 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const in getHotSpot() function in WebCore::BitmapImage
191 bool result = m_source.getHotSpot(hotSpot); in getHotSpot()
DImageSource.cpp113 bool ImageSource::getHotSpot(IntPoint&) const in getHotSpot() function in WebCore::ImageSource
DImageSource.h189 bool getHotSpot(IntPoint&) const;
DImage.h108 virtual bool getHotSpot(IntPoint&) const { return false; } in getHotSpot() function
DBitmapImage.h123 virtual bool getHotSpot(IntPoint&) const;
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp208 bool ImageSource::getHotSpot(IntPoint& hotSpot) const in getHotSpot() function in WebCore::ImageSource
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp442 bool ImageSource::getHotSpot(IntPoint&) const in getHotSpot() function in WebCore::ImageSource
/external/webkit/Source/WebCore/platform/
DCursor.cpp42 bool imageHasIntrinsicHotSpot = image->getHotSpot(intrinsicHotSpot); in determineHotSpot()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06126180 (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
DChangeLog-2011-02-16561 (WebCore::BitmapImage::getHotSpot):