OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHotSpot
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h
109
bool
getHotSpot
(IntPoint&) const;
BitmapImage.h
65
virtual bool
getHotSpot
(IntPoint&) const OVERRIDE;
Image.h
89
virtual bool
getHotSpot
(IntPoint&) const { return false; }
ImageSource.cpp
104
bool ImageSource::
getHotSpot
(IntPoint& hotSpot) const
BitmapImage.cpp
204
bool BitmapImage::
getHotSpot
(IntPoint& hotSpot) const
206
return m_source.
getHotSpot
(hotSpot);
/external/chromium_org/third_party/WebKit/Source/platform/
Cursor.cpp
43
bool imageHasIntrinsicHotSpot = image->
getHotSpot
(intrinsicHotSpot);
Completed in 100 milliseconds