Home
last modified time | relevance | path

Searched refs:WKImageRef (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/cg/
DWKImageCG.h37 WK_EXPORT CGImageRef WKImageCreateCGImage(WKImageRef image);
39 WK_EXPORT WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options);
DWKImageCG.cpp37 CGImageRef WKImageCreateCGImage(WKImageRef imageRef) in WKImageCreateCGImage()
42 WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options) in WKImageCreateFromCGImage()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKImage.h43 WK_EXPORT WKImageRef WKImageCreate(WKSize size, WKImageOptions options);
45 WK_EXPORT WKSize WKImageGetSize(WKImageRef image);
DWKImage.cpp39 WKImageRef WKImageCreate(WKSize size, WKImageOptions options) in WKImageCreate()
45 WKSize WKImageGetSize(WKImageRef imageRef) in WKImageGetSize()
DWKBase.h58 typedef const struct OpaqueWKImage* WKImageRef; typedef
DWKSharedAPICast.h85 WK_ADD_API_MAPPING(WKImageRef, WebImage) in WK_ADD_API_MAPPING()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundle.h66 void setPixelResult(WKImageRef image) { m_pixelResult = image; } in setPixelResult()
115 WKRetainPtr<WKImageRef> m_pixelResult;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.cpp235 WKImageRef WKBundlePageCreateSnapshotInViewCoordinates(WKBundlePageRef pageRef, WKRect rect, WKImag… in WKBundlePageCreateSnapshotInViewCoordinates()
241 WKImageRef WKBundlePageCreateSnapshotInDocumentCoordinates(WKBundlePageRef pageRef, WKRect rect, WK… in WKBundlePageCreateSnapshotInDocumentCoordinates()
247 WKImageRef WKBundlePageCreateScaledSnapshotInDocumentCoordinates(WKBundlePageRef pageRef, WKRect re… in WKBundlePageCreateScaledSnapshotInDocumentCoordinates()
DWKBundlePage.h296 WK_EXPORT WKImageRef WKBundlePageCreateSnapshotInViewCoordinates(WKBundlePageRef page, WKRect rect,…
297 WK_EXPORT WKImageRef WKBundlePageCreateSnapshotInDocumentCoordinates(WKBundlePageRef page, WKRect r…
298 WK_EXPORT WKImageRef WKBundlePageCreateScaledSnapshotInDocumentCoordinates(WKBundlePageRef page, WK…
/external/webkit/Tools/WebKitTestRunner/qt/
DTestInvocationQt.cpp31 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef) in dumpPixelsAndCompareWithExpected() argument
/external/webkit/Tools/WebKitTestRunner/cairo/
DTestInvocationCairo.cpp32 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image) in dumpPixelsAndCompareWithExpected()
/external/webkit/Tools/WebKitTestRunner/win/
DTestInvocationWin.cpp32 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef) in dumpPixelsAndCompareWithExpected() argument
/external/webkit/Tools/WebKitTestRunner/cg/
DTestInvocationCG.cpp47 static CGContextRef createCGContextFromImage(WKImageRef wkImage) in createCGContextFromImage()
129 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image) in dumpPixelsAndCompareWithExpected()
/external/webkit/Tools/WebKitTestRunner/
DTestInvocation.h49 void dumpPixelsAndCompareWithExpected(WKImageRef);
DTestInvocation.cpp206WKImageRef pixelResult = static_cast<WKImageRef>(WKDictionaryGetItemForKey(messageBodyDictionary, … in didReceiveMessageFromInjectedBundle()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1610937 Add function to convert a WKImageRef to a CGImageRef for platforms that use CG.
10954 Allow a WKImageRef to be passed in user messages. Right now, it only