Home
last modified time | relevance | path

Searched refs:contentsOrientation (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DWebLayer.cpp48 … if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) in internalSetNeedsDisplay()
52 …if (dirtyRect && m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesT… in internalSetNeedsDisplay()
71 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) { in drawInContext()
DWebTiledLayer.cpp288 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) { in drawTile()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.h212 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation; member
DGraphicsLayerTextureMapper.cpp348 if (contentsOrientation() == orientation) in setContentsOrientation()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h137 …CoordinatesOrientation platformCALayerContentsOrientation() const { return contentsOrientation(); } in platformCALayerContentsOrientation()
DGraphicsLayerCA.cpp2100 if (contentsOrientation() == CompositingCoordinatesBottomUp) { in updateContentsTransform()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h340 CompositingCoordinatesOrientation contentsOrientation() const { return m_contentsOrientation; } in contentsOrientation() function
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp288 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation; member
852 m_state.contentsOrientation =m_layer->contentsOrientation(); in flushChanges()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2977986 (WebCore::GraphicsLayer::contentsOrientation): add a getter.
88771 (WebCore::GraphicsLayer::contentsOrientation):
88801 Set the layer contents transform based on contentsOrientation().
DChangeLog-2010-12-0695956 …When GraphicsLayer::contentsOrientation() is CompositingCoordinatesBottomUp, need to flip repaint …
95959 If the contentsOrientation() on a GraphicsLayer is CompositingCoordinatesBottomUp, then we