Home
last modified time | relevance | path

Searched refs:setContentsScale (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStore.h48 void setContentsScale(float);
DGraphicsLayer.h329 virtual void setContentsScale(float) { } in setContentsScale() function
DTiledBackingStore.cpp166 void TiledBackingStore::setContentsScale(float scale) in setContentsScale() function in WebCore::TiledBackingStore
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp114 m_graphicsLayer->setContentsScale(frame->pageScaleFactor()); in createGraphicsLayer()
650 m_foregroundLayer->setContentsScale(frame->pageScaleFactor()); in updateForegroundLayer()
677 m_maskLayer->setContentsScale(frame->pageScaleFactor()); in updateMaskLayer()
1499 m_graphicsLayer->setContentsScale(scale); in paintIntoLayer()
1502 m_foregroundLayer->setContentsScale(scale); in paintIntoLayer()
1505 m_maskLayer->setContentsScale(scale); in paintIntoLayer()
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h187 void setContentsScale(float);
DGraphicsLayerCA.h60 virtual void setContentsScale(float);
DGraphicsLayerCA.cpp1938 void GraphicsLayerCA::setContentsScale(float scale) in setContentsScale() function in WebCore::GraphicsLayerCA
1971 m_layer->setContentsScale(m_contentsScale); in updateContentsScale()
2033 m_layer->setContentsScale(m_contentsScale); in swapFromOrToTiledLayer()
2311 newLayer->setContentsScale(layer->contentsScale()); in cloneLayer()
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.h73 void setContentsScale(float);
DTiledDrawingAreaProxy.cpp362 void TiledDrawingAreaProxy::setContentsScale(float scale) in setContentsScale() function in WebKit::TiledDrawingAreaProxy
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview_p.h125 …Q_PROPERTY(qreal contentsScale READ contentsScale WRITE setContentsScale NOTIFY contentsScaleChang…
196 void setContentsScale(qreal scale);
Dqdeclarativewebview.cpp975 void QDeclarativeWebView::setContentsScale(qreal scale) in setContentsScale() function in QDeclarativeWebView
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.cpp374 backingStore->setContentsScale(view->scale()); in updateTiledBackingStoreScale()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqgraphicswkview.cpp443 tiledDrawingArea->setContentsScale(newScale); in commitScale()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm735 void PlatformCALayer::setContentsScale(float value) function
739 [m_layer.get() setContentsScale:value];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp587 void PlatformCALayer::setContentsScale(float) in setContentsScale() function in PlatformCALayer
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1627879 (PlatformCALayer::setContentsScale):
27889 (setContentsScale):
27900 (PlatformCALayer::setContentsScale):
27945 (WebCore::GraphicsLayer::setContentsScale):
27978 eventually calls CALayer::setContentsScale which renders to a backing store whose dimensions
27988 (WebCore::GraphicsLayerCA::setContentsScale):
27995 (PlatformCALayer::setContentsScale):
DChangeLog-2010-05-2434053 (WebCore::TiledBackingStore::setContentsScale):
36093 (WebCore::TiledBackingStore::setContentsScale):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-166440 (QDeclarativeWebView::setContentsScale):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1618536 (WebKit::TiledDrawingAreaProxy::setContentsScale):