HomeSort by relevance Sort by last modified time
    Searched full:effectivehotspot (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/win/
CursorWin.cpp 47 IntPoint effectiveHotSpot = determineHotSpot(img, hotSpot);
68 ii.xHotspot = effectiveHotSpot.x();
69 ii.yHotspot = effectiveHotSpot.y();
104 icon.xHotspot = effectiveHotSpot.x();
105 icon.yHotspot = effectiveHotSpot.y();
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 64 IntPoint effectiveHotSpot = determineHotSpot(image, hotSpot);
66 return adoptGRef(gdk_cursor_new_from_pixbuf(gdk_display_get_default(), pixbuf.get(), effectiveHotSpot.x(), effectiveHotSpot.y()));
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 78 IntPoint effectiveHotSpot = determineHotSpot(image, hotSpot);
79 return new QCursor(*(image->nativeImageForCurrentFrame()), effectiveHotSpot.x(), effectiveHotSpot.y());

Completed in 876 milliseconds