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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCALayerClient.h54 virtual float platformCALayerDeviceScaleFactor() const = 0;
H A DTileCoverageMap.h63 virtual float platformCALayerDeviceScaleFactor() const override;
H A DTileCoverageMap.cpp109 float TileCoverageMap::platformCALayerDeviceScaleFactor() const function in class:WebCore::TileCoverageMap
111 return m_controller.rootLayer().owner()->platformCALayerDeviceScaleFactor();
H A DTileGrid.h141 virtual float platformCALayerDeviceScaleFactor() const override;
H A DTileController.cpp54 , m_deviceScaleFactor(owningGraphicsLayer()->platformCALayerDeviceScaleFactor())
104 float deviceScaleFactor = owningGraphicsLayer()->platformCALayerDeviceScaleFactor();
147 float deviceScaleFactor = owningGraphicsLayer()->platformCALayerDeviceScaleFactor();
H A DTileGrid.cpp670 float TileGrid::platformCALayerDeviceScaleFactor() const function in class:WebCore::TileGrid
672 return m_controller.rootLayer().owner()->platformCALayerDeviceScaleFactor();
H A DGraphicsLayerCA.h193 virtual float platformCALayerDeviceScaleFactor() const override;
H A DGraphicsLayerCA.cpp1242 float GraphicsLayerCA::platformCALayerDeviceScaleFactor() const function in class:WebCore::GraphicsLayerCA
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemote.cpp84 m_properties.contentsScale = owner->platformCALayerDeviceScaleFactor();
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp199 virtual float platformCALayerDeviceScaleFactor() const override { return 1; }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp222 virtual float platformCALayerDeviceScaleFactor() const { return 1; } function in class:WebCore::LayerClient

Completed in 199 milliseconds