OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:determineHotSpot
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/
Cursor.h
195
IntPoint
determineHotSpot
(Image*, const IntPoint& specifiedHotSpot);
Cursor.cpp
33
IntPoint
determineHotSpot
(Image* image, const IntPoint& specifiedHotSpot)
245
, m_hotSpot(
determineHotSpot
(image, hotSpot))
/external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp
78
IntPoint effectiveHotSpot =
determineHotSpot
(image, hotSpot);
/external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp
64
IntPoint effectiveHotSpot =
determineHotSpot
(image, hotSpot);
/external/webkit/Source/WebCore/platform/win/
CursorWin.cpp
47
IntPoint effectiveHotSpot =
determineHotSpot
(img, hotSpot);
Completed in 395 milliseconds