Searched refs:contentsOrientation (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebLayer.cpp48 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown)
52 if (dirtyRect && m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
71 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
H A DWebTiledLayer.cpp288 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp348 if (contentsOrientation() == orientation)
H A DTextureMapperNode.h212 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation; member in struct:WebCore::TextureMapperNode::State
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h340 CompositingCoordinatesOrientation contentsOrientation() const { return m_contentsOrientation; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h137 virtual CompositingCoordinatesOrientation platformCALayerContentsOrientation() const { return contentsOrientation(); }
H A DGraphicsLayerCA.cpp2100 if (contentsOrientation() == CompositingCoordinatesBottomUp) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp288 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation; member in struct:WebCore::GraphicsLayerQtImpl::State
852 m_state.contentsOrientation =m_layer->contentsOrientation();

Completed in 80 milliseconds