Searched refs:scaleFactor (Results 26 - 50 of 91) sorted by relevance

1234

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h42 - (void)pdfLayerController:(PDFLayerController *)pdfLayerController didChangeContentScaleFactor:(CGFloat)scaleFactor;
64 - (void)setContentScaleFactor:(CGFloat)scaleFactor;
67 - (void)setDeviceScaleFactor:(CGFloat)scaleFactor;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DSimpleFontDataQt.cpp61 PassRefPtr<SimpleFontData> SimpleFontData::platformCreateScaledFontData(const FontDescription& fontDescription, float scaleFactor) const
63 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DDumpRenderTreeSupport.cpp120 void DumpRenderTreeSupport::scalePageBy(WebPage* webPage, float scaleFactor, float x, float y) argument
122 corePage(webPage)->setPageScaleFactor(scaleFactor, IntPoint(x, y));
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cg/
H A DShareableBitmapCG.cpp70 void ShareableBitmap::paint(WebCore::GraphicsContext& context, float scaleFactor, const IntPoint& destination, const IntRect& source) argument
72 paintImage(context.platformContext(), makeCGImageCopy().get(), scaleFactor, destination, source);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DPageBanner.h77 void didChangeDeviceScaleFactor(float scaleFactor);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DPageBannerMac.mm123 void PageBanner::didChangeDeviceScaleFactor(float scaleFactor)
125 m_layer.get().contentsScale = scaleFactor;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DSimpleFontDataFreeType.cpp97 PassRefPtr<SimpleFontData> SimpleFontData::platformCreateScaledFontData(const FontDescription& fontDescription, float scaleFactor) const
101 scaleFactor * fontDescription.computedSize(),
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingStateScrollingNode.cpp116 void ScrollingStateScrollingNode::setFrameScaleFactor(float scaleFactor) argument
118 if (m_frameScaleFactor == scaleFactor)
121 m_frameScaleFactor = scaleFactor;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp130 float scaleFactor = frameView->frame()->page()->deviceScaleFactor(); local
131 bitmapSize.scale(scaleFactor);
139 graphicsContext->applyDeviceScaleFactor(scaleFactor);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/units/
H A Dunits.tcl227 $unitString matchvar scaleFactor subunits
229 if { "$scaleFactor" == "" } {
230 set scaleFactor 1.0
232 set scaleFactor [expr {double($scaleFactor)}]
245 if { [catch {ReduceList $scaleFactor $subunits} result] } {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DPDFViewController.mm173 CGFloat scaleFactor = preferences->pdfScaleFactor();
174 if (!scaleFactor)
178 [_pdfView setScaleFactor:scaleFactor];
192 CGFloat scaleFactor = [_pdfView autoScales] ? 0 : [_pdfView scaleFactor];
193 preferences->setPDFScaleFactor(scaleFactor);
476 return [m_pdfView scaleFactor];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPDFView.mm793 [state addObject:[NSNumber numberWithFloat:[PDFSubview scaleFactor]]];
844 return [PDFSubview scaleFactor] != 1.0;
1067 float scaleFactor = [prefs PDFScaleFactor];
1068 if (scaleFactor == 0)
1072 [PDFSubview setScaleFactor:scaleFactor];
1356 float scaleFactor = [PDFSubview scaleFactor];
1357 if (scaleFactor == 1.0)
1376 NSFont *scaledFont = [NSFont fontWithName:[unscaledFont fontName] size:[unscaledFont pointSize]*scaleFactor];
1434 float scaleFactor
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedTile.cpp82 updateInfo.scaleFactor = m_tiledBackingStore->contentsScale();
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathParser.cpp446 float scaleFactor = sqrtf(scaleFactorSquared); local
448 scaleFactor = -scaleFactor;
450 delta.scale(scaleFactor);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DSimpleFontData.cpp295 PassRefPtr<SimpleFontData> SimpleFontData::createScaledFontData(const FontDescription& fontDescription, float scaleFactor) const
301 return platformCreateScaledFontData(fontDescription, scaleFactor);
H A DSimpleFontData.h246 PassRefPtr<SimpleFontData> createScaledFontData(const FontDescription&, float scaleFactor) const;
247 PassRefPtr<SimpleFontData> platformCreateScaledFontData(const FontDescription&, float scaleFactor) const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DSimpleFontDataBlackBerry.cpp106 PassRefPtr<SimpleFontData> SimpleFontData::platformCreateScaledFontData(const FontDescription& fontDescription, float scaleFactor) const
108 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DSimpleFontDataWin.cpp129 PassRefPtr<SimpleFontData> SimpleFontData::platformCreateScaledFontData(const FontDescription& fontDescription, float scaleFactor) const
131 float scaledSize = scaleFactor * m_platformData.size();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/CoordinatedGraphics/
H A DWebView.h66 void setContentScaleFactor(float scaleFactor) { m_contentScaleFactor = scaleFactor; } argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTreeScope.cpp255 float scaleFactor = frame->pageZoomFactor() * frame->frameScaleFactor(); local
256 IntPoint point = roundedIntPoint(FloatPoint(x * scaleFactor + frameView->scrollX(), y * scaleFactor + frameView->scrollY()));
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DShareableBitmap.h113 void paint(WebCore::GraphicsContext&, float scaleFactor, const WebCore::IntPoint& destination, const WebCore::IntRect& source);
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DSincResampler.cpp73 SincResampler::SincResampler(double scaleFactor, unsigned kernelSize, unsigned numberOfKernelOffsets) argument
74 : m_scaleFactor(scaleFactor)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DSimpleFontDataMac.mm273 PassRefPtr<SimpleFontData> SimpleFontData::platformCreateScaledFontData(const FontDescription& fontDescription, float scaleFactor) const
277 scaledFontData.m_size = scaledFontData.m_size * scaleFactor;
282 float size = m_platformData.size() * scaleFactor;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFlameChart.js496 var scaleFactor = width / this._totalTime; variable
500 var start = Math.floor(entry.startTime * scaleFactor);
501 var finish = Math.floor((entry.startTime + entry.duration) * scaleFactor);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderImage.cpp539 float scaleFactor = 1 / style()->effectiveZoom(); local
541 mapLocation.scale(scaleFactor, scaleFactor);

Completed in 335 milliseconds

1234