Searched refs:dissolveDragImageToFraction (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
H A DDragImageEfl.cpp47 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/haiku/
H A DDragImageHaiku.cpp55 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DDragImageWinCE.cpp48 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DDragImageWx.cpp48 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DDragImageQt.cpp59 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/tests/
H A DDragImageTest.cpp109 EXPECT_FALSE(dissolveDragImageToFraction(0, 0.5));
126 dragImage = dissolveDragImageToFraction(dragImage, 0.5);
/external/webkit/Source/WebCore/platform/
H A DDragImage.cpp72 image = dissolveDragImageToFraction(image, DragController::DragImageAlpha);
H A DDragImage.h94 DragImageRef dissolveDragImageToFraction(DragImageRef image, float delta);
/external/webkit/Source/WebCore/platform/chromium/
H A DDragImageChromiumSkia.cpp71 DragImageRef dissolveDragImageToFraction(DragImageRef image, float fraction) function in namespace:WebCore
H A DDragImageChromiumMac.cpp75 DragImageRef dissolveDragImageToFraction(DragImageRef image, float delta) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DDragImageGtk.cpp64 DragImageRef dissolveDragImageToFraction(DragImageRef image, float fraction) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp309 void* dissolveDragImageToFraction(void*, float) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DDragImageWin.cpp64 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/mac/
H A DDragImageMac.mm66 RetainPtr<NSImage> dissolveDragImageToFraction(RetainPtr<NSImage> image, float delta)
/external/webkit/Source/WebCore/page/
H A DDragController.cpp801 dragImage = dissolveDragImageToFraction(dragImage, DragImageAlpha);

Completed in 46 milliseconds