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 752 void GraphicsLayer::setShouldFlattenTransform(bool shouldFlatten)
754 if (shouldFlatten == m_shouldFlattenTransform)
757 m_shouldFlattenTransform = shouldFlatten;
759 m_layer->layer()->setShouldFlattenTransform(shouldFlatten);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 126 milliseconds