Searched defs:getHotSpot (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DImageSource.cpp113 bool ImageSource::getHotSpot(IntPoint&) const function in class:WebCore::ImageSource
H A DBitmapImage.cpp189 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const function in class:WebCore::BitmapImage
191 bool result = m_source.getHotSpot(hotSpot);
H A DImage.h108 virtual bool getHotSpot(IntPoint&) const { return false; } function in class:WebCore::Image
/external/replicaisland/src/com/replica/replicaisland/
H A DHotSpotSystem.java95 public int getHotSpot(float worldX, float worldY) { method in class:HotSpotSystem
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageSourceAndroid.cpp442 bool ImageSource::getHotSpot(IntPoint&) const function in class:WebCore::ImageSource
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCG.cpp208 bool ImageSource::getHotSpot(IntPoint& hotSpot) const function in class:WebCore::ImageSource

Completed in 149 milliseconds