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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.cpp104 bool ImageSource::getHotSpot(IntPoint& hotSpot) const function in class:blink::ImageSource
H A DImage.h89 virtual bool getHotSpot(IntPoint&) const { return false; } function in class:blink::Image
H A DBitmapImage.cpp204 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const function in class:blink::BitmapImage
206 return m_source.getHotSpot(hotSpot);
/external/replicaisland/src/com/replica/replicaisland/
H A DHotSpotSystem.java95 public int getHotSpot(float worldX, float worldY) { method in class:HotSpotSystem

Completed in 1158 milliseconds