HomeSort by relevance Sort by last modified time
    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 486 milliseconds