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

  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.cpp 113 bool ImageSource::getHotSpot(IntPoint&) const
BitmapImage.cpp 189 bool BitmapImage::getHotSpot(IntPoint& hotSpot) const
191 bool result = m_source.getHotSpot(hotSpot);
Image.h 108 virtual bool getHotSpot(IntPoint&) const { return false; }
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 95 public int getHotSpot(float worldX, float worldY) {
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 442 bool ImageSource::getHotSpot(IntPoint&) const
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 208 bool ImageSource::getHotSpot(IntPoint& hotSpot) const

Completed in 680 milliseconds