Searched refs:layer_tree_impl (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc24 #include "cc/trees/layer_tree_impl.h"
134 DebugColors::DirectPictureBorderWidth(layer_tree_impl()));
172 width = DebugColors::SolidColorTileBorderWidth(layer_tree_impl());
175 width = DebugColors::PictureTileBorderWidth(layer_tree_impl());
178 width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
181 width = DebugColors::LowResTileBorderWidth(layer_tree_impl());
184 width = DebugColors::ExtraHighResTileBorderWidth(layer_tree_impl());
187 width = DebugColors::ExtraLowResTileBorderWidth(layer_tree_impl());
191 width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
261 layer_tree_impl()
[all...]
H A Dio_surface_layer_impl.cc12 #include "cc/trees/layer_tree_impl.h"
37 layer_tree_impl()->resource_provider();
44 layer_tree_impl()->output_surface()->context_provider().get();
72 layer_tree_impl()->output_surface()->context_provider().get();
H A Dlayer_impl.cc24 #include "cc/trees/layer_tree_impl.h"
88 layer_tree_impl()->RemoveLayerWithCopyOutputRequest(this);
112 DCHECK_EQ(layer_tree_impl(), child->layer_tree_impl());
114 layer_tree_impl()->set_needs_update_draw_properties();
124 layer_tree_impl()->set_needs_update_draw_properties();
136 layer_tree_impl()->set_needs_update_draw_properties();
213 if (was_empty && layer_tree_impl()->IsActiveTree())
214 layer_tree_impl()->AddLayerWithCopyOutputRequest(this);
240 if (layer_tree_impl()
[all...]
H A Dio_surface_layer_impl.h28 virtual void PushPropertiesTo(LayerImpl* layer_tree_impl) OVERRIDE;
H A Dpicture_image_layer_impl.cc10 #include "cc/trees/layer_tree_impl.h"
53 *width = DebugColors::ImageLayerBorderWidth(layer_tree_impl());
H A Dvideo_layer_impl.cc17 #include "cc/trees/layer_tree_impl.h"
50 DCHECK(layer_tree_impl()->proxy()->IsImplThread());
51 DCHECK(layer_tree_impl()->proxy()->IsMainThreadBlocked());
99 new VideoResourceUpdater(layer_tree_impl()->context_provider(),
100 layer_tree_impl()->resource_provider()));
306 layer_tree_impl()->SetNeedsRedraw();
H A Dpainted_scrollbar_layer_impl.cc14 #include "cc/trees/layer_tree_impl.h"
88 layer_tree_impl()->ResourceIdForUIResource(thumb_ui_resource_id_);
90 layer_tree_impl()->ResourceIdForUIResource(track_ui_resource_id_);
H A Dui_resource_layer_impl.cc12 #include "cc/trees/layer_tree_impl.h"
104 layer_tree_impl()->ResourceIdForUIResource(ui_resource_id_);
116 bool opaque = layer_tree_impl()->IsUIResourceOpaque(ui_resource_id_) ||
H A Dtexture_layer_impl.h27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* layer_tree_impl)
H A Dtiled_layer_impl.cc88 *width = DebugColors::TiledContentLayerBorderWidth(layer_tree_impl());
172 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
175 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
H A Dheads_up_display_layer_impl.cc20 #include "cc/trees/layer_tree_impl.h"
188 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state();
191 base::TimeTicks now = layer_tree_impl()->CurrentFrameTimeTicks();
196 FrameRateCounter* fps_counter = layer_tree_impl()->frame_rate_counter();
203 layer_tree_impl()->paint_time_counter();
216 MemoryHistory* memory_history = layer_tree_impl()->memory_history();
229 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state();
232 DrawDebugRects(canvas, layer_tree_impl()->debug_rect_history());
237 canvas, layer_tree_impl()->paint_time_counter(), 0, 0);
242 DrawFPSDisplay(canvas, layer_tree_impl()
[all...]
H A Drender_surface_impl.cc168 owning_layer_->layer_tree_impl()) :
170 owning_layer_->layer_tree_impl());
H A Dtexture_layer_impl.cc16 #include "cc/trees/layer_tree_impl.h"
215 layer_tree_impl()->resource_provider();
242 layer_tree_impl()->resource_provider();
H A Ddelegated_renderer_layer_impl.cc19 #include "cc/trees/layer_tree_impl.h"
96 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider();
110 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider();
483 ResourceProvider* provider = layer_tree_impl()->resource_provider();
H A Dlayer.cc22 #include "cc/trees/layer_tree_impl.h"
927 scroll_parent = layer->layer_tree_impl()->LayerById(scroll_parent_->id());
934 scroll_children->insert(layer->layer_tree_impl()->LayerById((*it)->id()));
941 layer->layer_tree_impl()->LayerById(clip_parent_->id());
949 LayerImpl* clip_child = layer->layer_tree_impl()->LayerById((*it)->id());
959 if (layer->layer_tree_impl()->settings().impl_side_painting) {
H A Dnine_patch_layer_impl.cc12 #include "cc/trees/layer_tree_impl.h"
106 layer_tree_impl()->ResourceIdForUIResource(ui_resource_id_);
H A Dlayer_impl.h156 LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } function in class:cc::LayerImpl
/external/chromium_org/cc/test/
H A Dfake_picture_layer_impl.cc9 #include "cc/trees/layer_tree_impl.h"
75 layer_tree_impl()->IsActiveTree() ? ACTIVE_TREE : PENDING_TREE;
113 layer_tree_impl()->UpdateDrawProperties();
H A Dfake_delegated_renderer_layer_impl.cc11 #include "cc/trees/layer_tree_impl.h"
55 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider();
/external/chromium_org/cc/trees/
H A Dquad_culler.cc66 layer ? layer->layer_tree_impl() : NULL);
H A Ddamage_tracker.cc15 #include "cc/trees/layer_tree_impl.h"
187 if (layer == layer->layer_tree_impl()->hud_layer())
/external/chromium_org/cc/
H A Dcc.target.darwin-arm.mk212 cc/trees/layer_tree_impl.cc \
H A Dcc.target.darwin-mips.mk212 cc/trees/layer_tree_impl.cc \
H A Dcc.target.darwin-x86.mk212 cc/trees/layer_tree_impl.cc \
H A Dcc.target.linux-arm.mk212 cc/trees/layer_tree_impl.cc \

Completed in 940 milliseconds

12