Home
last modified time | relevance | path

Searched refs:WKImageOptions (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKImage.h39 typedef uint32_t WKImageOptions; typedef
43 WK_EXPORT WKImageRef WKImageCreate(WKSize size, WKImageOptions options);
DWKImage.cpp39 WKImageRef WKImageCreate(WKSize size, WKImageOptions options) in WKImageCreate()
DWKSharedAPICast.h737 inline ImageOptions toImageOptions(WKImageOptions wkImageOptions) in toImageOptions()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.cpp235 …lePageCreateSnapshotInViewCoordinates(WKBundlePageRef pageRef, WKRect rect, WKImageOptions options) in WKBundlePageCreateSnapshotInViewCoordinates()
241 …geCreateSnapshotInDocumentCoordinates(WKBundlePageRef pageRef, WKRect rect, WKImageOptions options) in WKBundlePageCreateSnapshotInDocumentCoordinates()
247 …cumentCoordinates(WKBundlePageRef pageRef, WKRect rect, double scaleFactor, WKImageOptions options) in WKBundlePageCreateScaledSnapshotInDocumentCoordinates()
DWKBundlePage.h296 …ndlePageCreateSnapshotInViewCoordinates(WKBundlePageRef page, WKRect rect, WKImageOptions options);
297 …PageCreateSnapshotInDocumentCoordinates(WKBundlePageRef page, WKRect rect, WKImageOptions options);
298 …DocumentCoordinates(WKBundlePageRef page, WKRect rect, double scaleFactor, WKImageOptions options);
/external/webkit/Source/WebKit2/Shared/API/c/cg/
DWKImageCG.h39 WK_EXPORT WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options);
DWKImageCG.cpp42 WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options) in WKImageCreateFromCGImage()