Searched refs:setShouldFlattenTransform (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerTest.cpp109 m_graphicsLayer->setShouldFlattenTransform(false);
118 m_graphicsLayer->setShouldFlattenTransform(true);
H A DGraphicsLayer.h148 void setShouldFlattenTransform(bool);
H A DGraphicsLayer.cpp752 void GraphicsLayer::setShouldFlattenTransform(bool shouldFlatten) function in class:blink::GraphicsLayer
759 m_layer->layer()->setShouldFlattenTransform(shouldFlatten);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLayer.h107 virtual void setShouldFlattenTransform(bool) = 0;
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.h89 virtual void setShouldFlattenTransform(bool flatten);
H A Dweb_layer_impl.cc200 void WebLayerImpl::setShouldFlattenTransform(bool flatten) { function in class:cc_blink::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1219 m_ancestorClippingLayer->setShouldFlattenTransform(false);
1432 void operator() (GraphicsLayer* layer) const { layer->setShouldFlattenTransform(shouldFlatten); }
1451 childTransformLayer->setShouldFlattenTransform(false);
1459 m_scrollingContentsLayer->setShouldFlattenTransform(false);
1460 m_scrollingBlockSelectionLayer->setShouldFlattenTransform(false);
1640 m_squashingContainmentLayer->setShouldFlattenTransform(false);

Completed in 188 milliseconds