HomeSort by relevance Sort by last modified time
    Searched refs:layer_tree_impl (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/cc/layers/
picture_layer_impl.cc 21 #include "cc/trees/layer_tree_impl.h"
63 DCHECK(layer_tree_impl()->IsPendingTree());
124 layer_tree_impl()->settings().force_direct_layer_drawing;
133 DebugColors::DirectPictureBorderWidth(layer_tree_impl()));
177 width = DebugColors::SolidColorTileBorderWidth(layer_tree_impl());
180 width = DebugColors::PictureTileBorderWidth(layer_tree_impl());
183 width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
186 width = DebugColors::LowResTileBorderWidth(layer_tree_impl());
189 width = DebugColors::ExtraHighResTileBorderWidth(layer_tree_impl());
192 width = DebugColors::ExtraLowResTileBorderWidth(layer_tree_impl());
    [all...]
layer_impl.cc 21 #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()->RemoveLayerWithCopyOutputRequest(this)
    [all...]
io_surface_layer_impl.h 28 virtual void PushPropertiesTo(LayerImpl* layer_tree_impl) OVERRIDE;
picture_image_layer_impl.cc 10 #include "cc/trees/layer_tree_impl.h"
53 *width = DebugColors::ImageLayerBorderWidth(layer_tree_impl());
io_surface_layer_impl.cc 12 #include "cc/trees/layer_tree_impl.h"
36 layer_tree_impl()->resource_provider();
42 OutputSurface* output_surface = layer_tree_impl()->output_surface();
scrollbar_layer_impl.cc 14 #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) {
texture_layer_impl.h 26 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* layer_tree_impl)
video_layer_impl.cc 16 #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();
tiled_layer_impl.cc 101 *width = DebugColors::TiledContentLayerBorderWidth(layer_tree_impl());
185 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl());
188 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl());
delegated_renderer_layer_impl.cc 19 #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();
heads_up_display_layer_impl.cc 19 #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()->frame_rate_counter(), 0, 0)
    [all...]
render_surface_impl.cc 167 owning_layer_->layer_tree_impl()) :
169 owning_layer_->layer_tree_impl());
texture_layer_impl.cc 13 #include "cc/trees/layer_tree_impl.h"
210 layer_tree_impl()->resource_provider();
236 layer_tree_impl()->resource_provider();
layer.cc 19 #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());
layer_impl.h 107 LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } function in class:cc::LayerImpl
  /external/chromium_org/cc/trees/
quad_culler.cc 66 layer ? layer->layer_tree_impl() : NULL);
damage_tracker.cc 15 #include "cc/trees/layer_tree_impl.h"
197 if (layer == layer->layer_tree_impl()->hud_layer())
tree_synchronizer_unittest.cc 105 EXPECT_EQ(layer_impl->layer_tree_impl(), tree_impl);
layer_tree_host_common.cc 18 #include "cc/trees/layer_tree_impl.h"
257 if (layer->layer_tree_impl()->IsPendingTree() && layer->OpacityIsAnimating())
    [all...]
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 186 cc/trees/layer_tree_impl.cc \
cc.target.darwin-mips.mk 186 cc/trees/layer_tree_impl.cc \
cc.target.darwin-x86.mk 186 cc/trees/layer_tree_impl.cc \
cc.target.linux-arm.mk 186 cc/trees/layer_tree_impl.cc \
cc.target.linux-mips.mk 186 cc/trees/layer_tree_impl.cc \
cc.target.linux-x86.mk 186 cc/trees/layer_tree_impl.cc \

Completed in 895 milliseconds

1 2