Searched defs:webImage (Results 1 – 4 of 4) sorted by relevance
41 RefPtr<WebImage> webImage = WebImage::create(toIntSize(size), toImageOptions(options)); in WKImageCreate() local
45 RefPtr<WebImage> webImage = WebImage::create(imageSize, toImageOptions(options)); in WKImageCreateFromCGImage() local
237 …RefPtr<WebImage> webImage = toImpl(pageRef)->snapshotInViewCoordinates(toIntRect(rect), toImageOpt… in WKBundlePageCreateSnapshotInViewCoordinates() local243 …RefPtr<WebImage> webImage = toImpl(pageRef)->snapshotInDocumentCoordinates(toIntRect(rect), toImag… in WKBundlePageCreateSnapshotInDocumentCoordinates() local249 …RefPtr<WebImage> webImage = toImpl(pageRef)->scaledSnapshotInDocumentCoordinates(toIntRect(rect), … in WKBundlePageCreateScaledSnapshotInDocumentCoordinates() local
207 WebImage webImage(*image); in clipboardWriteImage() local