Searched refs:imageSize (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/cairo/
H A DWKImageCairo.cpp47 IntSize imageSize(cairo_image_surface_get_width(surface), cairo_image_surface_get_height(surface));
48 RefPtr<WebImage> webImage = WebImage::create(imageSize, toImageOptions(options));
54 cairo_rectangle(cr, 0, 0, imageSize.width(), imageSize.height());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/cg/
H A DWKImageCG.cpp52 IntSize imageSize(CGImageGetWidth(imageRef), CGImageGetHeight(imageRef));
53 RefPtr<WebImage> webImage = WebImage::create(imageSize, toImageOptions(options));
58 FloatRect rect(FloatPoint(0, 0), imageSize);
60 graphicsContext->drawNativeImage(imageRef, imageSize, WebCore::ColorSpaceDeviceRGB, rect, rect);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/gtk/
H A DWebDragClientGtk.cpp51 IntSize imageSize(cairo_image_surface_get_width(surface), cairo_image_surface_get_height(surface));
52 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(imageSize, ShareableBitmap::SupportsAlpha);
55 graphicsContext->platformContext()->drawSurfaceToContext(surface, IntRect(IntPoint(), imageSize), IntRect(IntPoint(), imageSize), graphicsContext.get());
/macosx-10.10.1/efax-38/efax/
H A Dimagestopdf31 imageSize = CGSizeMake(CGImageGetWidth(image), CGImageGetHeight(image)) variable
45 imageSize = CGSizeApplyAffineTransform(imageSize, transform) variable
47 mediaBox = CGRectMake(0, 0, imageSize.width, imageSize.height)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm125 size_t imageSize = imageBuffer->size();
131 memcpy(sharedMemoryBuffer->data(), imageBuffer->data(), imageSize);
146 m_page->send(Messages::WebPageProxy::SetPromisedData(pasteboardName, imageHandle, imageSize, String([response suggestedFilename]), extension, title, String([[response URL] absoluteString]), userVisibleString((NSURL *)url), archiveHandle, archiveSize));
/macosx-10.10.1/IOGraphics-485/tools/
H A Dhibstat.c37 printf("imageSize 0x%qx\n", stats.imageSize);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/gtk/
H A DArgumentCodersGtk.cpp46 IntSize imageSize(gdk_pixbuf_get_width(pixbuf), gdk_pixbuf_get_height(pixbuf));
47 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(imageSize, ShareableBitmap::SupportsAlpha);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFileUploadPanel.mm88 CGSize imageSize = CGSizeMake(CGImageGetWidth(imageRef), CGImageGetHeight(imageRef));
89 if (imageSize.width == imageSize.height)
92 CGRect squareCropRect = squareCropRectForSize(imageSize);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c99 UInt imageSize; member in struct:__anon12985
332 !readUInt (handle, &ih->imageSize) ||
347 printf("Image size: %d\n", ih->imageSize);
364 !writeUInt (handle, ih->imageSize) ||
379 printf("Image size : %d\n", ih->imageSize);
1011 infoHeader.imageSize = 0;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWKPrintingView.mm476 IntSize imageSize(nsRect.size);
477 imageSize.scale(_webFrame->page()->deviceScaleFactor());
505 _webFrame->page()->drawRectToImage(_webFrame.get(), PrintInfo([_printOperation printInfo]), scaledPrintingRect, imageSize, callback.get());
H A DWebPageProxyMac.mm388 void WebPageProxy::setPromisedData(const String& pasteboardName, const SharedMemory::Handle& imageHandle, uint64_t imageSize, const String& filename, const String& extension,
392 RefPtr<SharedBuffer> imageBuffer = SharedBuffer::create(static_cast<unsigned char*>(sharedMemoryImage->data()), imageSize);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOHibernatePrivate.h52 uint64_t imageSize; member in struct:IOHibernateImageHeader
269 uint64_t imageSize; member in struct:hibernate_statistics_t
/macosx-10.10.1/msdosfs-209.1.1/
H A Dtest_msdos_userfs.py22 imageSize = '1g' variable in class:UserFSTestCase
54 args[3] = size if size else klass.imageSize
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphView.py50 imageSize = crosshairImage.size()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphView.py50 imageSize = crosshairImage.size()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/FieldGraph/
H A DCGraphView.py50 imageSize = crosshairImage.size()
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.c2284 int32_t imageSize; local
2297 imageSize = ucol_cloneBinary(coll, image, imageBufferCapacity, &status);
2299 image = (uint8_t *)malloc(imageSize*sizeof(uint8_t));
2301 imageSize = ucol_cloneBinary(coll, imageBuffer, imageSize, &status);
2305 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2306 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.mm951 WebCore::IntSize imageSize = WebCore::expandedIntSize(WebCore::FloatSize(snapshotSize));
952 return WebKit::ViewSnapshot::create(slotID, imageSize, imageSize.width() * imageSize.height() * 4);
2308 CGSize imageSize = CGSizeMake(imageWidth, imageHeight);
2311 _page->takeSnapshot(WebCore::enclosingIntRect(snapshotRectInContentCoordinates), WebCore::expandedIntSize(WebCore::FloatSize(imageSize)), WebKit::SnapshotOptionsExcludeDeviceScaleFactor, [=](const WebKit::ShareableBitmap::Handle& imageHandle, WebKit::CallbackBase::Error) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWebPageProxyIOS.mm492 void WebPageProxy::saveImageToLibrary(const SharedMemory::Handle& imageHandle, uint64_t imageSize)
495 RefPtr<SharedBuffer> buffer = SharedBuffer::create(static_cast<unsigned char*>(sharedMemoryBuffer->data()), imageSize);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp2220 gIOHibernateCurrentHeader->imageSize);
2933 header->imageSize = vars->fileVars->position;
2996 header->imageSize, (header->imageSize * 100) / vars->fileVars->fileSize,
3099 gIOHibernateStats->imageSize = gIOHibernateCurrentHeader->imageSize;
3113 HIBLOG("hibernate_machine_init: state %d, image pages %d, sum was %x, imageSize 0x%qx, image1Size 0x%qx, conflictCount %d, nextFree %x\n",
3114 gIOHibernateState, pagesDone, sum, gIOHibernateStats->imageSize, gIOHibernateStats->image1Size,
3235 vars->fileVars->readEnd = gIOHibernateCurrentHeader->imageSize;
3360 nsecIO ? ((((gIOHibernateCurrentHeader->imageSize
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h436 void saveImageToLibrary(const SharedMemory::Handle& imageHandle, uint64_t imageSize);
704 void setPromisedData(const String& pasteboardName, const SharedMemory::Handle& imageHandle, uint64_t imageSize, const String& filename, const String& extension,
H A DWebPageProxy.cpp4828 void WebPageProxy::drawRectToImage(WebFrameProxy* frame, const PrintInfo& printInfo, const IntRect& rect, const WebCore::IntSize& imageSize, PassRefPtr<ImageCallback> prpCallback) argument
4838 m_process->send(Messages::WebPage::DrawRectToImage(frame->frameID(), printInfo, rect, imageSize, callbackID), m_pageID, m_isPerformingDOMPrintOperation ? IPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp3761 void WebPage::drawRectToImage(uint64_t frameID, const PrintInfo& printInfo, const IntRect& rect, const WebCore::IntSize& imageSize, uint64_t callbackID) argument
3776 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(imageSize, ShareableBitmap::SupportsAlpha);
3779 float printingScale = static_cast<float>(imageSize.width()) / rect.width();

Completed in 389 milliseconds