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

12

/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc21 #include "cc/trees/layer_tree_impl.h"
63 DCHECK(layer_tree_impl()->IsPendingTree());
115 layer_tree_impl()->settings().force_direct_layer_drawing;
124 DebugColors::DirectPictureBorderWidth(layer_tree_impl()));
168 width = DebugColors::SolidColorTileBorderWidth(layer_tree_impl());
171 width = DebugColors::PictureTileBorderWidth(layer_tree_impl());
174 width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
177 width = DebugColors::LowResTileBorderWidth(layer_tree_impl());
180 width = DebugColors::ExtraHighResTileBorderWidth(layer_tree_impl());
183 width = DebugColors::ExtraLowResTileBorderWidth(layer_tree_impl());
[all...]
H A Dlayer_impl.cc21 #include "cc/trees/layer_tree_impl.h"
80 DCHECK_EQ(layer_tree_impl(), child->layer_tree_impl());
82 layer_tree_impl()->set_needs_update_draw_properties();
92 layer_tree_impl()->set_needs_update_draw_properties();
104 layer_tree_impl()->set_needs_update_draw_properties();
115 if (was_empty && layer_tree_impl()->IsActiveTree())
116 layer_tree_impl()->AddLayerWithCopyOutputRequest(this);
142 if (layer_tree_impl()->IsActiveTree())
143 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 Dio_surface_layer_impl.cc12 #include "cc/trees/layer_tree_impl.h"
36 layer_tree_impl()->resource_provider();
42 OutputSurface* output_surface = layer_tree_impl()->output_surface();
H A Dscrollbar_layer_impl.cc14 #include "cc/trees/layer_tree_impl.h"
79 !layer_tree_impl()->settings().solid_color_scrollbars)
99 if (layer_tree_impl()->settings().solid_color_scrollbars) {
103 layer_tree_impl()->settings().solid_color_scrollbar_color,
294 if (layer_tree_impl()->settings().solid_color_scrollbars) {
H A Dtexture_layer_impl.h26 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* layer_tree_impl)
H A Dvideo_layer_impl.cc16 #include "cc/trees/layer_tree_impl.h"
49 DCHECK(layer_tree_impl()->proxy()->IsImplThread());
50 DCHECK(layer_tree_impl()->proxy()->IsMainThreadBlocked());
299 layer_tree_impl()->SetNeedsRedraw();
H A Dtiled_layer_impl.cc101 *width = DebugColors::TiledContentLayerBorderWidth(layer_tree_impl());
185 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
188 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
H A Ddelegated_renderer_layer_impl.cc19 #include "cc/trees/layer_tree_impl.h"
105 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider();
152 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider();
472 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider();
482 ResourceProvider* provider = layer_tree_impl()->resource_provider();
H A Dheads_up_display_layer_impl.cc19 #include "cc/trees/layer_tree_impl.h"
181 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state();
184 base::TimeTicks now = layer_tree_impl()->CurrentFrameTimeTicks();
189 FrameRateCounter* fps_counter = layer_tree_impl()->frame_rate_counter();
196 layer_tree_impl()->paint_time_counter();
209 MemoryHistory* memory_history = layer_tree_impl()->memory_history();
222 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state();
225 DrawDebugRects(canvas, layer_tree_impl()->debug_rect_history());
230 canvas, layer_tree_impl()->paint_time_counter(), 0, 0);
235 DrawFPSDisplay(canvas, layer_tree_impl()
[all...]
H A Drender_surface_impl.cc167 owning_layer_->layer_tree_impl()) :
169 owning_layer_->layer_tree_impl());
H A Dtexture_layer_impl.cc13 #include "cc/trees/layer_tree_impl.h"
210 layer_tree_impl()->resource_provider();
236 layer_tree_impl()->resource_provider();
H A Dlayer.cc19 #include "cc/trees/layer_tree_impl.h"
809 if (layer->layer_tree_impl()->settings().impl_side_painting) {
810 DCHECK(layer->layer_tree_impl()->IsPendingTree());
812 layer->layer_tree_impl()->FindActiveTreeLayerById(id());
H A Dlayer_impl.h107 LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } function in class:cc::LayerImpl
/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"
197 if (layer == layer->layer_tree_impl()->hud_layer())
H A Dtree_synchronizer_unittest.cc105 EXPECT_EQ(layer_impl->layer_tree_impl(), tree_impl);
H A Dlayer_tree_host_common.cc18 #include "cc/trees/layer_tree_impl.h"
257 if (layer->layer_tree_impl()->IsPendingTree() && layer->OpacityIsAnimating())
1903 if (current_layer == current_layer->layer_tree_impl()->hud_layer())
/external/chromium_org/cc/
H A Dcc.target.darwin-arm.mk186 cc/trees/layer_tree_impl.cc \
H A Dcc.target.darwin-mips.mk186 cc/trees/layer_tree_impl.cc \
H A Dcc.target.darwin-x86.mk186 cc/trees/layer_tree_impl.cc \
H A Dcc.target.linux-arm.mk186 cc/trees/layer_tree_impl.cc \
H A Dcc.target.linux-mips.mk186 cc/trees/layer_tree_impl.cc \
H A Dcc.target.linux-x86.mk186 cc/trees/layer_tree_impl.cc \

Completed in 130 milliseconds

12