OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKImageOptions
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit2/Shared/API/c/
WKImage.h
39
typedef uint32_t
WKImageOptions
;
43
WK_EXPORT WKImageRef WKImageCreate(WKSize size,
WKImageOptions
options);
WKImage.cpp
39
WKImageRef WKImageCreate(WKSize size,
WKImageOptions
options)
WKSharedAPICast.h
737
inline ImageOptions toImageOptions(
WKImageOptions
wkImageOptions
)
741
if (
wkImageOptions
& kWKImageOptionsShareable)
/external/webkit/Source/WebKit2/Shared/API/c/cg/
WKImageCG.h
39
WK_EXPORT WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef,
WKImageOptions
options);
WKImageCG.cpp
42
WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef,
WKImageOptions
options)
/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 68 milliseconds