HomeSort by relevance Sort by last modified time
    Searched defs:getHotSpot (Results 1 - 3 of 3) 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);

Completed in 2408 milliseconds