Searched refs:contentsScale (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemoteTiledBacking.cpp89 float PlatformCALayerRemoteTiledBacking::contentsScale() const function in class:WebKit::PlatformCALayerRemoteTiledBacking
91 return m_tileController->contentsScale();
H A DPlatformCALayerRemoteTiledBacking.h55 virtual float contentsScale() const override;
H A DPlatformCALayerRemote.cpp84 m_properties.contentsScale = owner->platformCALayerDeviceScaleFactor();
134 clone.setContentsScale(contentsScale());
203 m_properties.backingStore->ensureBackingStore(m_properties.bounds.size(), m_properties.contentsScale, m_acceleratesDrawing, m_properties.opaque);
642 float PlatformCALayerRemote::contentsScale() const function in class:WebKit::PlatformCALayerRemote
644 return m_properties.contentsScale;
649 m_properties.contentsScale = value;
H A DPageBannerMac.mm127 m_layer.get().contentsScale = scaleFactor;
H A DPlatformCALayerRemote.h139 virtual float contentsScale() const override;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebIndicateLayer.mm49 self.contentsScale = [[_webView window] screenScale];
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreePropertyApplier.mm189 layer.contentsScale = properties.contentsScale;
190 layer.rasterizationScale = properties.contentsScale;
H A DRemoteLayerTreeTransaction.mm83 , contentsScale(1)
117 , contentsScale(other.contentsScale)
214 encoder << contentsScale;
371 if (!decoder.decode(result.contentsScale))
1079 dumpProperty(ts, "contentsScale", layerProperties.contentsScale);
H A DRemoteLayerTreeTransaction.h139 float contentsScale; member in struct:WebKit::RemoteLayerTreeTransaction::LayerProperties
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKPDFView.mm185 [pageInfo.view contentLayer].contentsScale = self.window.screen.scale;
H A DViewGestureControllerIOS.mm201 [m_snapshotView layer].contentsScale = m_liveSwipeView.window.screen.scale;

Completed in 85 milliseconds