HomeSort by relevance Sort by last modified time
    Searched defs:getHotSpot (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.cpp 104 bool ImageSource::getHotSpot(IntPoint& hotSpot) const
Image.h 89 virtual bool getHotSpot(IntPoint&) const { return false; }
BitmapImage.cpp 204 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const
206 return m_source.getHotSpot(hotSpot);
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 95 public int getHotSpot(float worldX, float worldY) {

Completed in 535 milliseconds