Searched refs:scaleFactor (Results 51 - 75 of 91) sorted by relevance

1234

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp449 void PluginView::setPageScaleFactor(double scaleFactor, IntPoint) argument
451 m_pageScaleFactor = scaleFactor;
452 m_webPage->send(Messages::WebPageProxy::PageScaleFactorDidChange(scaleFactor));
453 m_webPage->send(Messages::WebPageProxy::PageZoomFactorDidChange(scaleFactor));
492 void PluginView::setDeviceScaleFactor(float scaleFactor) argument
497 m_plugin->contentsScaleFactorChanged(scaleFactor);
H A DPluginView.h88 void setPageScaleFactor(double scaleFactor, WebCore::IntPoint origin);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.cpp398 WKImageRef WKBundlePageCreateScaledSnapshotInDocumentCoordinates(WKBundlePageRef pageRef, WKRect rect, double scaleFactor, WKImageOptions options) argument
400 RefPtr<WebImage> webImage = toImpl(pageRef)->scaledSnapshotWithOptions(toIntRect(rect), scaleFactor, snapshotOptionsFromImageOptions(options));
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DChromeClientBlackBerry.h40 virtual float scaleFactor();
H A DChromeClientBlackBerry.cpp179 float ChromeClientBlackBerry::scaleFactor() function in class:WebCore::ChromeClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp220 float scaleFactor; local
222 scaleFactor = layerBounds.width() / videoSize.width();
224 scaleFactor = layerBounds.height() / videoSize.height();
225 videoSize.scale(scaleFactor);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFPlugin.h75 void notifyContentScaleFactorChanged(CGFloat scaleFactor);
H A DPDFPlugin.mm367 - (void)pdfLayerController:(PDFLayerController *)pdfLayerController didChangeContentScaleFactor:(CGFloat)scaleFactor
369 _pdfPlugin->notifyContentScaleFactorChanged(scaleFactor);
1034 void PDFPlugin::notifyContentScaleFactorChanged(CGFloat scaleFactor)
1037 pluginView()->setPageScaleFactor(scaleFactor, IntPoint());
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcsrmbcs.cpp295 double scaleFactor = 90.0 / maxVal; local
296 confidence = (int32_t)(log((double)commonCharCount+1) * scaleFactor + 10.0);
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.cpp431 void HistoryItem::setPageScaleFactor(float scaleFactor) argument
433 m_pageScaleFactor = scaleFactor;
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp549 void DumpRenderTreeSupportGtk::scalePageBy(WebKitWebView* webView, float scaleFactor, float x, float y) argument
551 core(webView)->setPageScaleFactor(scaleFactor, IntPoint(x, y));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_view.cpp224 Eina_Bool ewk_view_scale_set(Evas_Object* ewkView, double scaleFactor, int x, int y) argument
228 WKPageSetScaleFactor(impl->wkPage(), scaleFactor, WKPointMake(x, y));
H A Dewk_view.h555 EAPI Eina_Bool ewk_view_scale_set(Evas_Object *o, double scaleFactor, int x, int y);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEvent.h322 virtual uint64_t getLatency(uint32_t scaleFactor);
H A DIOHIDEvent.cpp1134 uint64_t IOHIDEvent::getLatency(uint32_t scaleFactor) argument
1143 return ns / scaleFactor;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp974 void NetscapePlugin::contentsScaleFactorChanged(float scaleFactor) argument
979 double contentsScaleFactor = scaleFactor;
982 UNUSED_PARAM(scaleFactor);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DWebPageMac.mm869 void WebPage::updateHeaderAndFooterLayersForDeviceScaleChange(float scaleFactor)
872 m_headerBanner->didChangeDeviceScaleFactor(scaleFactor);
874 m_footerBanner->didChangeDeviceScaleFactor(scaleFactor);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPage.cpp804 void Page::setDeviceScaleFactor(float scaleFactor) argument
806 if (m_deviceScaleFactor == scaleFactor)
809 m_deviceScaleFactor = scaleFactor;
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.h261 void setPageScaleFactor(float scaleFactor, int x, int y, ExceptionCode&);
H A DInternals.idl218 [RaisesException] void setPageScaleFactor(float scaleFactor, long x, long y);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPage.cpp805 static void computedPagesCallback(const Vector<WebCore::IntRect>& rects, double scaleFactor, WKErrorRef error, void* untypedContext) argument
811 context->callback(wkRects.data(), wkRects.size(), scaleFactor, error, context->context);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.h370 void updateHeaderAndFooterLayersForDeviceScaleChange(float scaleFactor);
391 PassRefPtr<WebImage> scaledSnapshotWithOptions(const WebCore::IntRect&, double scaleFactor, SnapshotOptions);
H A DWebPage.cpp1298 void WebPage::setDeviceScaleFactor(float scaleFactor) argument
1300 if (scaleFactor == m_page->deviceScaleFactor())
1303 m_page->setDeviceScaleFactor(scaleFactor);
1308 (*it)->setDeviceScaleFactor(scaleFactor);
1310 updateHeaderAndFooterLayersForDeviceScaleChange(scaleFactor);
1519 PassRefPtr<WebImage> WebPage::scaledSnapshotWithOptions(const IntRect& rect, double scaleFactor, SnapshotOptions options) argument
1530 float combinedScaleFactor = scaleFactor * corePage()->deviceScaleFactor();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1145 double scaleFactor = m_frame->coreFrame()->loader()->history()->currentItem()->pageScaleFactor(); local
1148 if (scaleFactor)
1149 m_frame->page()->send(Messages::WebPageProxy::PageScaleFactorDidChange(scaleFactor));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DTileController.mm1093 CGFloat scaleFactor = layerBounds.size.width / bounds().width();
1095 CGFloat contextScale = scaleFactor / scale();

Completed in 155 milliseconds

1234