Searched refs:webImage (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/cg/
H A DWKImageCG.cpp40 WebImage* webImage = toImpl(imageRef); local
41 if (!webImage->bitmap())
44 return webImage->bitmap()->makeCGImageCopy().leakRef();
53 RefPtr<WebImage> webImage = WebImage::create(imageSize, toImageOptions(options)); local
54 if (!webImage->bitmap())
57 auto graphicsContext = webImage->bitmap()->createGraphicsContext();
61 return toAPI(webImage.release().leakRef());
/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/
H A DWKImage.cpp41 RefPtr<WebImage> webImage = WebImage::create(toIntSize(size), toImageOptions(options)); local
42 return toAPI(webImage.release().leakRef());
/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/cairo/
H A DWKImageCairo.cpp48 RefPtr<WebImage> webImage = WebImage::create(imageSize, toImageOptions(options)); local
49 auto graphicsContext = webImage->bitmap()->createGraphicsContext();
57 return toAPI(webImage.release().leakRef());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.cpp424 RefPtr<WebImage> webImage = toImpl(pageRef)->scaledSnapshotWithOptions(toIntRect(rect), 1, toSnapshotOptions(options)); local
425 return toAPI(webImage.release().leakRef());
432 RefPtr<WebImage> webImage = toImpl(pageRef)->scaledSnapshotWithOptions(toIntRect(rect), 1, snapshotOptions); local
433 return toAPI(webImage.release().leakRef());
438 RefPtr<WebImage> webImage = toImpl(pageRef)->scaledSnapshotWithOptions(toIntRect(rect), 1, snapshotOptionsFromImageOptions(options)); local
439 return toAPI(webImage.release().leakRef());
444 RefPtr<WebImage> webImage = toImpl(pageRef)->scaledSnapshotWithOptions(toIntRect(rect), scaleFactor, snapshotOptionsFromImageOptions(options)); local
445 return toAPI(webImage.release().leakRef());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebView.cpp3129 void webKitWebViewDidReceiveSnapshot(WebKitWebView* webView, uint64_t callbackID, WebImage* webImage) argument
3135 if (!webImage) {
3141 if (RefPtr<ShareableBitmap> image = webImage->bitmap())

Completed in 123 milliseconds