Home
last modified time | relevance | path

Searched refs:m_contentsOrientation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h251 …tentsOrientation(CompositingCoordinatesOrientation orientation) { m_contentsOrientation = orientat… in setContentsOrientation()
252 CompositingCoordinatesOrientation contentsOrientation() const { return m_contentsOrientation; } in contentsOrientation()
373 … CompositingCoordinatesOrientation m_contentsOrientation; // affects orientation of layer contents variable
DGraphicsLayer.cpp95 , m_contentsOrientation(CompositingCoordinatesTopDown) in GraphicsLayer()