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

  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 384 void GraphicsLayerCACF::setGeometryOrientation(CompositingCoordinatesOrientation orientation)
389 GraphicsLayer::setGeometryOrientation(orientation);
673 // so is handled via setGeometryOrientation().
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 312 virtual void setGeometryOrientation(CompositingCoordinatesOrientation orientation) { m_geometryOrientation = orientation; }
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 803 void GraphicsLayerQt::setGeometryOrientation(CompositingCoordinatesOrientation orientation)
806 GraphicsLayer::setGeometryOrientation(orientation);
    [all...]

Completed in 127 milliseconds