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

  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 48 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown)
52 if (dirtyRect && m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
71 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
WebTiledLayer.cpp 288 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 212 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation;
GraphicsLayerTextureMapper.cpp 348 if (contentsOrientation() == orientation)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 340 CompositingCoordinatesOrientation contentsOrientation() const { return m_contentsOrientation; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 137 virtual CompositingCoordinatesOrientation platformCALayerContentsOrientation() const { return contentsOrientation(); }
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 288 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation;
852 m_state.contentsOrientation =m_layer->contentsOrientation()
    [all...]

Completed in 310 milliseconds