HomeSort by relevance Sort by last modified time
    Searched defs:contentsScale (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h 47 float contentsScale() { return m_contentsScale; }
GraphicsLayer.h 326 // Change the scale at which the contents are rendered. Note that contentsScale may not return
328 virtual float contentsScale() const { return 1; }
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.h 72 float contentsScale() const { return m_contentsScale; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 59 virtual float contentsScale() const { return m_contentsScale; }
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 582 float PlatformCALayer::contentsScale() const
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 120 QMouseEvent* me = new QMouseEvent(QEvent::MouseButtonDblClick, (event->pos() / parent->contentsScale()).toPoint(), event->button(), event->buttons(), 0);
461 QSizeF size = d->view->geometry().size() * contentsScale();
592 if (contentsScale() >= maxZoom / scale())
594 qreal ozf = contentsScale();
967 return page()->mainFrame()->contentsSize() * contentsScale();
970 qreal QDeclarativeWebView::contentsScale() const
    [all...]

Completed in 454 milliseconds