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 103 bool ImageSource::getHotSpot(IntPoint& hotSpot) const
Image.h 88 virtual bool getHotSpot(IntPoint&) const { return false; }
BitmapImage.cpp 199 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const
201 bool result = m_source.getHotSpot(hotSpot);
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 95 public int getHotSpot(float worldX, float worldY) {

Completed in 278 milliseconds