OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getHotSpot
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.cpp
98
bool ImageSource::
getHotSpot
(IntPoint& hotSpot) const
Image.h
88
virtual bool
getHotSpot
(IntPoint&) const { return false; }
BitmapImage.cpp
198
bool BitmapImage::
getHotSpot
(IntPoint& hotSpot) const
200
bool result = m_source.
getHotSpot
(hotSpot);
/external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java
95
public int
getHotSpot
(float worldX, float worldY) {
Completed in 29 milliseconds