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

  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 80 virtual void setContentsOrientation(CompositingCoordinatesOrientation orientation);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 80 virtual void setContentsOrientation(CompositingCoordinatesOrientation orientation);
GraphicsLayerTextureMapper.cpp 346 void GraphicsLayerTextureMapper::setContentsOrientation(CompositingCoordinatesOrientation orientation)
351 GraphicsLayer::setContentsOrientation(orientation);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 339 virtual void setContentsOrientation(CompositingCoordinatesOrientation orientation) { m_contentsOrientation = orientation; }
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 902 m_qtVideoLayer->setContentsOrientation(GraphicsLayer::CompositingCoordinatesBottomUp);
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 263 setContentsOrientation(defaultContentsOrientation());
    [all...]

Completed in 2127 milliseconds