Home
last modified time | relevance | path

Searched refs:contentsScale (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp120 … new QMouseEvent(QEvent::MouseButtonDblClick, (event->pos() / parent->contentsScale()).toPoint(), … in mouseDoubleClickEvent()
461 QSizeF size = d->view->geometry().size() * contentsScale(); in updateDeclarativeWebViewSize()
592 if (contentsScale() >= maxZoom / scale()) in heuristicZoom()
594 qreal ozf = contentsScale(); in heuristicZoom()
967 return page()->mainFrame()->contentsSize() * contentsScale(); in contentsSize()
970 qreal QDeclarativeWebView::contentsScale() const in contentsScale() function in QDeclarativeWebView
Dqdeclarativewebview_p.h125 …Q_PROPERTY(qreal contentsScale READ contentsScale WRITE setContentsScale NOTIFY contentsScaleChang…
197 qreal contentsScale() const;
/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStore.h47 float contentsScale() { return m_contentsScale; } in contentsScale() function
DGraphicsLayer.h328 virtual float contentsScale() const { return 1; } in contentsScale() function
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h186 float contentsScale() const;
DGraphicsLayerCA.h59 virtual float contentsScale() const { return m_contentsScale; } in contentsScale() function
DGraphicsLayerCA.cpp2311 newLayer->setContentsScale(layer->contentsScale()); in cloneLayer()
/external/webkit/Source/WebKit2/UIProcess/qt/
DTiledDrawingAreaTileQt.cpp151 … tile update id=" << m_ID << " rect=" << QRect(dirtyRect) << " scale=" << m_proxy->contentsScale(); in updateBackBuffer()
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.h72 float contentsScale() const { return m_contentsScale; } in contentsScale() function
DTiledDrawingAreaProxy.cpp176 …gacyMessage::RequestTileUpdate, page()->pageID(), CoreIPC::In(tileID, dirtyRect, contentsScale())); in requestTileUpdate()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqgraphicswkview.cpp441 if (tiledDrawingArea->contentsScale() == newScale) in commitScale()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm726 float PlatformCALayer::contentsScale() const function
729 return [m_layer.get() contentsScale];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp582 float PlatformCALayer::contentsScale() const in contentsScale() function in PlatformCALayer
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1625913 Issues with contentsScale in GraphicsLayerCA
25916 Fix various issues with the recent contentsScale changes:
25922 (WebCore::GraphicsLayerCA::swapFromOrToTiledLayer): Be sure to set contentsScale
25924 (WebCore::GraphicsLayerCA::cloneLayer): Clones need contentsScale too.
27878 (PlatformCALayer::contentsScale):
27888 (contentsScale):
27944 (WebCore::GraphicsLayer::contentsScale):
27991 (WebCore::GraphicsLayerCA::contentsScale):
27994 (PlatformCALayer::contentsScale):
DChangeLog-2010-05-2436112 (WebCore::TiledBackingStore::contentsScale):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-166439 (QDeclarativeWebView::contentsScale):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1618558 (WebKit::TiledDrawingAreaProxy::contentsScale):