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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 316 virtual void setContentsOrientation(CompositingCoordinatesOrientation orientation) { m_contentsOrientation = orientation; }
317 CompositingCoordinatesOrientation contentsOrientation() const { return m_contentsOrientation; }
381 CompositingCoordinatesOrientation m_contentsOrientation; // affects orientation of layer contents
GraphicsLayer.cpp 72 , m_contentsOrientation(CompositingCoordinatesTopDown)

Completed in 236 milliseconds