Searched defs:setContentsScale (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DTiledBackingStore.cpp166 void TiledBackingStore::setContentsScale(float scale) function in class:WebCore::TiledBackingStore
H A DGraphicsLayer.h327 // the same value passed to setContentsScale(), because of clamping and hysteresis.
329 virtual void setContentsScale(float) { } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaProxy.cpp362 void TiledDrawingAreaProxy::setContentsScale(float scale) function in class:WebKit::TiledDrawingAreaProxy
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp587 void PlatformCALayer::setContentsScale(float) function in class:PlatformCALayer
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp975 void QDeclarativeWebView::setContentsScale(qreal scale) function in class:QDeclarativeWebView
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1938 void GraphicsLayerCA::setContentsScale(float scale) function in class:WebCore::GraphicsLayerCA
1971 m_layer->setContentsScale(m_contentsScale);
2033 m_layer->setContentsScale(m_contentsScale);
2311 newLayer->setContentsScale(layer->contentsScale());

Completed in 4605 milliseconds