Home | History | Annotate | Download | only in gpu

Lines Matching refs:layer

25 #include "cc/layers/layer.h"
54 class Layer;
96 // For web contents, layer transforms should scale up the contents of layers
289 // Android WebView handles root layer flings itself.
424 const cc::Layer* RenderWidgetCompositor::GetRootLayer() const {
465 void RenderWidgetCompositor::setRootLayer(const blink::WebLayer& layer) {
467 static_cast<const WebLayerImpl*>(&layer)->layer());
471 layer_tree_host_->SetRootLayer(scoped_refptr<cc::Layer>());
559 void RenderWidgetCompositor::registerForAnimations(blink::WebLayer* layer) {
560 cc::Layer* cc_layer = static_cast<WebLayerImpl*>(layer)->layer();
570 static_cast<const WebLayerImpl*>(pageScaleLayer)->layer(),
571 static_cast<const WebLayerImpl*>(innerViewportScrollLayer)->layer(),
572 // The outer viewport layer will only exist when using pinch virtual
575 ? static_cast<const WebLayerImpl*>(outerViewportScrollLayer)->layer()
580 layer_tree_host_->RegisterViewportLayers(scoped_refptr<cc::Layer>(),
581 scoped_refptr<cc::Layer>(),
582 scoped_refptr<cc::Layer>());