HomeSort by relevance Sort by last modified time
    Searched refs:scaleDragImage (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/platform/haiku/
DragImageHaiku.cpp 49 DragImageRef scaleDragImage(DragImageRef image, FloatSize)
  /external/webkit/WebCore/platform/qt/
DragImageQt.cpp 43 DragImageRef scaleDragImage(DragImageRef image, FloatSize)
  /external/webkit/WebCore/platform/wince/
DragImageWince.cpp 43 DragImageRef scaleDragImage(DragImageRef, FloatSize)
  /external/webkit/WebCore/platform/wx/
DragImageWx.cpp 43 DragImageRef scaleDragImage(DragImageRef image, FloatSize)
  /external/webkit/WebCore/platform/chromium/
DragImageChromium.cpp 49 DragImageRef scaleDragImage(DragImageRef image, FloatSize scale)
  /external/webkit/WebCore/platform/
DragImage.cpp 55 return resizeRatio > 0.0f ? scaleDragImage(image, FloatSize(resizeRatio, resizeRatio)) : image;
65 return scaleDragImage(image, FloatSize(scalex, scaley));
DragImage.h 93 DragImageRef scaleDragImage(DragImageRef, FloatSize scale);
  /external/webkit/WebCore/platform/gtk/
DragImageGtk.cpp 41 DragImageRef scaleDragImage(DragImageRef image, FloatSize scale)
  /external/webkit/WebCore/platform/win/
DragImageCairoWin.cpp 107 DragImageRef scaleDragImage(DragImageRef image, FloatSize scale)
DragImageCGWin.cpp 83 DragImageRef scaleDragImage(DragImageRef image, FloatSize scale)
  /external/webkit/WebCore/platform/mac/
DragImageMac.mm 48 RetainPtr<NSImage> scaleDragImage(RetainPtr<NSImage> image, FloatSize scale)
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 402 void* scaleDragImage(void*, FloatSize)

Completed in 161 milliseconds