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

  /external/webkit/Tools/WebKitTestRunner/cairo/
TestInvocationCairo.cpp 32 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image)
  /external/webkit/Tools/WebKitTestRunner/qt/
TestInvocationQt.cpp 31 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef)
  /external/webkit/Tools/WebKitTestRunner/win/
TestInvocationWin.cpp 32 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef)
  /external/webkit/Source/WebKit2/Shared/API/c/
WKImage.h 43 WK_EXPORT WKImageRef WKImageCreate(WKSize size, WKImageOptions options);
45 WK_EXPORT WKSize WKImageGetSize(WKImageRef image);
WKImage.cpp 39 WKImageRef WKImageCreate(WKSize size, WKImageOptions options)
45 WKSize WKImageGetSize(WKImageRef imageRef)
WKBase.h 58 typedef const struct OpaqueWKImage* WKImageRef;
WKSharedAPICast.h 85 WK_ADD_API_MAPPING(WKImageRef, WebImage)
  /external/webkit/Source/WebKit2/Shared/API/c/cg/
WKImageCG.h 37 WK_EXPORT CGImageRef WKImageCreateCGImage(WKImageRef image);
39 WK_EXPORT WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options);
WKImageCG.cpp 37 CGImageRef WKImageCreateCGImage(WKImageRef imageRef)
42 WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options)
  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.h 49 void dumpPixelsAndCompareWithExpected(WKImageRef);
TestInvocation.cpp 206 WKImageRef pixelResult = static_cast<WKImageRef>(WKDictionaryGetItemForKey(messageBodyDictionary, pixelResultKey.get()));
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 66 void setPixelResult(WKImageRef image) { m_pixelResult = image; }
115 WKRetainPtr<WKImageRef> m_pixelResult;
  /external/webkit/Tools/WebKitTestRunner/cg/
TestInvocationCG.cpp 47 static CGContextRef createCGContextFromImage(WKImageRef wkImage)
129 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.cpp 235 WKImageRef WKBundlePageCreateSnapshotInViewCoordinates(WKBundlePageRef pageRef, WKRect rect, WKImageOptions options)
241 WKImageRef WKBundlePageCreateSnapshotInDocumentCoordinates(WKBundlePageRef pageRef, WKRect rect, WKImageOptions options)
247 WKImageRef WKBundlePageCreateScaledSnapshotInDocumentCoordinates(WKBundlePageRef pageRef, WKRect rect, double scaleFactor, WKImageOptions options)
WKBundlePage.h 296 WK_EXPORT WKImageRef WKBundlePageCreateSnapshotInViewCoordinates(WKBundlePageRef page, WKRect rect, WKImageOptions options);
297 WK_EXPORT WKImageRef WKBundlePageCreateSnapshotInDocumentCoordinates(WKBundlePageRef page, WKRect rect, WKImageOptions options);
298 WK_EXPORT WKImageRef WKBundlePageCreateScaledSnapshotInDocumentCoordinates(WKBundlePageRef page, WKRect rect, double scaleFactor, WKImageOptions options);

Completed in 247 milliseconds