Home
last modified time | relevance | path

Searched defs:contentsScale (Results 1 – 7 of 7) sorted by relevance

/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/WebKit2/UIProcess/
DTiledDrawingAreaProxy.h72 float contentsScale() const { return m_contentsScale; } in contentsScale() function
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm726 float PlatformCALayer::contentsScale() const function
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h59 virtual float contentsScale() const { return m_contentsScale; } in contentsScale() function
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp582 float PlatformCALayer::contentsScale() const in contentsScale() function in PlatformCALayer
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp970 qreal QDeclarativeWebView::contentsScale() const in contentsScale() function in QDeclarativeWebView