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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 312 virtual void setGeometryOrientation(CompositingCoordinatesOrientation orientation) { m_geometryOrientation = orientation; }
313 CompositingCoordinatesOrientation geometryOrientation() const { return m_geometryOrientation; }
380 CompositingCoordinatesOrientation m_geometryOrientation; // affects geometry of layer positions
GraphicsLayer.cpp 71 , m_geometryOrientation(CompositingCoordinatesTopDown)
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 386 if (orientation == m_geometryOrientation)
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 809 if (orientation == m_geometryOrientation)
817 switch (m_geometryOrientation) {
    [all...]

Completed in 33 milliseconds