Searched defs:getHotSpot (Results 1 - 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ | ||
H A D | ImageSource.cpp | 113 bool ImageSource::getHotSpot(IntPoint&) const function in class:WebCore::ImageSource |
H A D | BitmapImage.cpp | 189 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const function in class:WebCore::BitmapImage 191 bool result = m_source.getHotSpot(hotSpot); |
H A D | Image.h | 108 virtual bool getHotSpot(IntPoint&) const { return false; } function in class:WebCore::Image |
/external/replicaisland/src/com/replica/replicaisland/ | ||
H A D | HotSpotSystem.java | 95 public int getHotSpot(float worldX, float worldY) { method in class:HotSpotSystem |
/external/webkit/Source/WebCore/platform/graphics/android/ | ||
H A D | ImageSourceAndroid.cpp | 442 bool ImageSource::getHotSpot(IntPoint&) const function in class:WebCore::ImageSource |
/external/webkit/Source/WebCore/platform/graphics/cg/ | ||
H A D | ImageSourceCG.cpp | 208 bool ImageSource::getHotSpot(IntPoint& hotSpot) const function in class:WebCore::ImageSource |
Completed in 149 milliseconds