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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 308 enum CompositingCoordinatesOrientation { CompositingCoordinatesTopDown, CompositingCoordinatesBottomUp };
309 static CompositingCoordinatesOrientation compositingCoordinatesOrientation();
312 virtual void setGeometryOrientation(CompositingCoordinatesOrientation orientation) { m_geometryOrientation = orientation; }
313 CompositingCoordinatesOrientation geometryOrientation() const { return m_geometryOrientation; }
316 virtual void setContentsOrientation(CompositingCoordinatesOrientation orientation) { m_contentsOrientation = orientation; }
317 CompositingCoordinatesOrientation contentsOrientation() const { return m_contentsOrientation; }
380 CompositingCoordinatesOrientation m_geometryOrientation; // affects geometry of layer positions
381 CompositingCoordinatesOrientation m_contentsOrientation; // affects orientation of layer contents
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 112 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
384 void GraphicsLayerCACF::setGeometryOrientation(CompositingCoordinatesOrientation orientation)
427 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayerCACF::defaultContentsOrientation() const
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 85 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 339 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
807 void GraphicsLayerCA::setGeometryOrientation(CompositingCoordinatesOrientation orientation)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 209 GraphicsLayer::CompositingCoordinatesOrientation geoOrientation;
210 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation;
575 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
803 void GraphicsLayerQt::setGeometryOrientation(CompositingCoordinatesOrientation orientation)
810 void GraphicsLayerQt::setContentsOrientation(CompositingCoordinatesOrientation orientation)
    [all...]

Completed in 83 milliseconds