Searched refs:WKImageOptions (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKImage.h | 39 typedef uint32_t WKImageOptions; typedef 43 WK_EXPORT WKImageRef WKImageCreate(WKSize size, WKImageOptions options);
|
D | WKImage.cpp | 39 WKImageRef WKImageCreate(WKSize size, WKImageOptions options) in WKImageCreate()
|
D | WKSharedAPICast.h | 737 inline ImageOptions toImageOptions(WKImageOptions wkImageOptions) in toImageOptions()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.cpp | 235 …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()
|
D | WKBundlePage.h | 296 …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/ |
D | WKImageCG.h | 39 WK_EXPORT WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options);
|
D | WKImageCG.cpp | 42 WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options) in WKImageCreateFromCGImage()
|