/external/webkit/Source/WebCore/platform/graphics/ |
D | TiledBackingStore.h | 48 void setContentsScale(float);
|
D | GraphicsLayer.h | 329 virtual void setContentsScale(float) { } in setContentsScale() function
|
D | TiledBackingStore.cpp | 166 void TiledBackingStore::setContentsScale(float scale) in setContentsScale() function in WebCore::TiledBackingStore
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 114 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/ |
D | PlatformCALayer.h | 187 void setContentsScale(float);
|
D | GraphicsLayerCA.h | 60 virtual void setContentsScale(float);
|
D | GraphicsLayerCA.cpp | 1938 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/ |
D | TiledDrawingAreaProxy.h | 73 void setContentsScale(float);
|
D | TiledDrawingAreaProxy.cpp | 362 void TiledDrawingAreaProxy::setContentsScale(float scale) in setContentsScale() function in WebKit::TiledDrawingAreaProxy
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview_p.h | 125 …Q_PROPERTY(qreal contentsScale READ contentsScale WRITE setContentsScale NOTIFY contentsScaleChang… 196 void setContentsScale(qreal scale);
|
D | qdeclarativewebview.cpp | 975 void QDeclarativeWebView::setContentsScale(qreal scale) in setContentsScale() function in QDeclarativeWebView
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | PageClientQt.cpp | 374 backingStore->setContentsScale(view->scale()); in updateTiledBackingStoreScale()
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qgraphicswkview.cpp | 443 tiledDrawingArea->setContentsScale(newScale); in commitScale()
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
D | PlatformCALayerMac.mm | 735 void PlatformCALayer::setContentsScale(float value) function 739 [m_layer.get() setContentsScale:value];
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | PlatformCALayerWin.cpp | 587 void PlatformCALayer::setContentsScale(float) in setContentsScale() function in PlatformCALayer
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 27879 (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):
|
D | ChangeLog-2010-05-24 | 34053 (WebCore::TiledBackingStore::setContentsScale): 36093 (WebCore::TiledBackingStore::setContentsScale):
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 6440 (QDeclarativeWebView::setContentsScale):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 18536 (WebKit::TiledDrawingAreaProxy::setContentsScale):
|