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

  /external/webkit/WebCore/platform/graphics/mac/
WebLayer.mm 49 if (layerContents->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesBottomUp) {
GraphicsLayerCA.mm     [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 317 CompositingCoordinatesOrientation contentsOrientation() const { return m_contentsOrientation; }
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 210 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation;
519 m_state.contentsOrientation =m_layer->contentsOrientation();
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.cpp 216 if (m_owner->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {

Completed in 162 milliseconds