Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.cpp98 bool ImageSource::getHotSpot(IntPoint& hotSpot) const in getHotSpot() function in WebCore::ImageSource
DImage.h88 virtual bool getHotSpot(IntPoint&) const { return false; } in getHotSpot() function
DBitmapImage.cpp198 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const in getHotSpot() function in WebCore::BitmapImage
/external/replicaisland/src/com/replica/replicaisland/
DHotSpotSystem.java95 public int getHotSpot(float worldX, float worldY) { in getHotSpot() method in HotSpotSystem