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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 836 void GraphicsLayer::setShouldFlattenTransform(bool shouldFlatten)
838 if (shouldFlatten == m_shouldFlattenTransform)
841 m_shouldFlattenTransform = shouldFlatten;
843 m_layer->layer()->setShouldFlattenTransform(shouldFlatten);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 190 milliseconds