/external/chromium_org/cc/layers/ |
D | picture_layer_impl.cc | 79 layer_tree_impl()->RegisterPictureLayerImpl(this); in PictureLayerImpl() 83 layer_tree_impl()->UnregisterPictureLayerImpl(this); in ~PictureLayerImpl() 159 layer_tree_impl()->set_needs_update_draw_properties(); in UpdatePile() 218 DebugColors::DirectPictureBorderWidth(layer_tree_impl())); in AppendQuads() 264 width = DebugColors::SolidColorTileBorderWidth(layer_tree_impl()); in AppendQuads() 267 width = DebugColors::PictureTileBorderWidth(layer_tree_impl()); in AppendQuads() 270 width = DebugColors::HighResTileBorderWidth(layer_tree_impl()); in AppendQuads() 273 width = DebugColors::LowResTileBorderWidth(layer_tree_impl()); in AppendQuads() 276 width = DebugColors::ExtraHighResTileBorderWidth(layer_tree_impl()); in AppendQuads() 279 width = DebugColors::ExtraLowResTileBorderWidth(layer_tree_impl()); in AppendQuads() [all …]
|
D | layer_impl.cc | 97 layer_tree_impl()->RemoveLayerWithCopyOutputRequest(this); in ~LayerImpl() 106 DCHECK_EQ(layer_tree_impl(), child->layer_tree_impl()); in AddChild() 108 layer_tree_impl()->set_needs_update_draw_properties(); in AddChild() 118 layer_tree_impl()->set_needs_update_draw_properties(); in RemoveChild() 140 layer_tree_impl()->set_needs_update_draw_properties(); in ClearChildList() 163 DCHECK_EQ(layer_tree_impl()->LayerById(parent->id()), parent); in SetScrollParent() 212 if (was_empty && layer_tree_impl()->IsActiveTree()) in PassCopyRequests() 213 layer_tree_impl()->AddLayerWithCopyOutputRequest(this); in PassCopyRequests() 220 DCHECK(layer_tree_impl()->IsActiveTree()); in TakeCopyRequestsAndTransformToTarget() 238 layer_tree_impl()->RemoveLayerWithCopyOutputRequest(this); in TakeCopyRequestsAndTransformToTarget() [all …]
|
D | video_layer_impl.cc | 54 DCHECK(layer_tree_impl()->proxy()->IsImplThread()); in ~VideoLayerImpl() 55 DCHECK(layer_tree_impl()->proxy()->IsMainThreadBlocked()); in ~VideoLayerImpl() 104 new VideoResourceUpdater(layer_tree_impl()->context_provider(), in WillDraw() 105 layer_tree_impl()->resource_provider())); in WillDraw() 343 0, false, layer_tree_impl()->BlockingMainThreadTaskRunner()); in DidDraw() 366 layer_tree_impl()->SetNeedsRedraw(); in SetNeedsRedraw()
|
D | heads_up_display_layer_impl.cc | 218 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); in UpdateHudContents() 221 base::TimeTicks now = layer_tree_impl()->CurrentBeginFrameArgs().frame_time; in UpdateHudContents() 226 FrameRateCounter* fps_counter = layer_tree_impl()->frame_rate_counter(); in UpdateHudContents() 233 layer_tree_impl()->paint_time_counter(); in UpdateHudContents() 246 MemoryHistory* memory_history = layer_tree_impl()->memory_history(); in UpdateHudContents() 259 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); in DrawHudContents() 262 DrawDebugRects(canvas, layer_tree_impl()->debug_rect_history()); in DrawHudContents() 264 layer_tree_impl()->SetNeedsRedraw(); in DrawHudContents() 271 canvas, layer_tree_impl()->paint_time_counter(), 0, 0); in DrawHudContents() 276 DrawFPSDisplay(canvas, layer_tree_impl()->frame_rate_counter(), 0, 0); in DrawHudContents()
|
D | scrollbar_layer_impl_base.cc | 83 LayerImpl* scroll_layer = layer_tree_impl()->LayerById(scroll_layer_id); in SetScrollLayerAndClipLayerByIds() 84 LayerImpl* clip_layer = layer_tree_impl()->LayerById(clip_layer_id); in SetScrollLayerAndClipLayerByIds()
|
D | ui_resource_layer_impl.cc | 109 layer_tree_impl()->ResourceIdForUIResource(ui_resource_id_); in AppendQuads() 119 bool opaque = layer_tree_impl()->IsUIResourceOpaque(ui_resource_id_) || in AppendQuads()
|
D | painted_scrollbar_layer_impl.cc | 96 layer_tree_impl()->ResourceIdForUIResource(thumb_ui_resource_id_); in AppendQuads() 98 layer_tree_impl()->ResourceIdForUIResource(track_ui_resource_id_); in AppendQuads()
|
D | tiled_layer_impl.cc | 96 *width = DebugColors::TiledContentLayerBorderWidth(layer_tree_impl()); in GetDebugBorderProperties() 188 border_width = DebugColors::MissingTileBorderWidth(layer_tree_impl()); in AppendQuads() 191 border_width = DebugColors::HighResTileBorderWidth(layer_tree_impl()); in AppendQuads()
|
D | picture_image_layer_impl.cc | 33 *width = DebugColors::ImageLayerBorderWidth(layer_tree_impl()); in GetDebugBorderProperties()
|
D | render_surface_impl.cc | 168 owning_layer_->layer_tree_impl()) : in AppendQuads() 170 owning_layer_->layer_tree_impl()); in AppendQuads()
|
D | io_surface_layer_impl.h | 28 virtual void PushPropertiesTo(LayerImpl* layer_tree_impl) OVERRIDE;
|
D | texture_layer_impl.cc | 248 layer_tree_impl()->BlockingMainThreadTaskRunner()); in FreeTextureMailbox() 255 layer_tree_impl()->resource_provider(); in FreeTextureMailbox()
|
D | surface_layer_impl.cc | 69 *width = DebugColors::SurfaceLayerBorderWidth(layer_tree_impl()); in GetDebugBorderProperties()
|
D | texture_layer_impl.h | 25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* layer_tree_impl)
|
D | delegated_renderer_layer_impl.cc | 97 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider(); in CreateChildIdIfNeeded() 111 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider(); in SetFrameData() 497 ResourceProvider* provider = layer_tree_impl()->resource_provider(); in ClearChildId()
|
D | io_surface_layer_impl.cc | 33 layer_tree_impl()->resource_provider(); in DestroyResource()
|
D | layer.cc | 916 scroll_parent = layer->layer_tree_impl()->LayerById(scroll_parent_->id()); in PushPropertiesTo() 928 layer->layer_tree_impl()->LayerById((*it)->id()); in PushPropertiesTo() 940 layer->layer_tree_impl()->LayerById(clip_parent_->id()); in PushPropertiesTo() 950 LayerImpl* clip_child = layer->layer_tree_impl()->LayerById((*it)->id()); in PushPropertiesTo() 962 if (layer->layer_tree_impl()->settings().impl_side_painting) { in PushPropertiesTo()
|
D | nine_patch_layer_impl.cc | 99 layer_tree_impl()->ResourceIdForUIResource(ui_resource_id_); in AppendQuads()
|
D | layer_impl.h | 185 LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } in layer_tree_impl() function
|
/external/chromium_org/cc/test/ |
D | fake_picture_layer_impl.cc | 103 layer_tree_impl()->IsActiveTree() ? ACTIVE_TREE : PENDING_TREE; in SetAllTilesVisible() 158 layer_tree_impl()->UpdateDrawProperties(); in CreateDefaultTilingsAndTiles() 162 layer_tree_impl()->settings().create_low_res_tiling ? 2u : 1u); in CreateDefaultTilingsAndTiles() 165 if (layer_tree_impl()->settings().create_low_res_tiling) { in CreateDefaultTilingsAndTiles()
|
D | fake_delegated_renderer_layer_impl.cc | 62 ResourceProvider* resource_provider = layer_tree_impl()->resource_provider(); in SetFrameDataForRenderPasses()
|
/external/chromium_org/cc/trees/ |
D | damage_tracker.cc | 188 if (layer == layer->layer_tree_impl()->hud_layer()) in TrackDamageFromActiveLayers()
|
D | layer_tree_host_impl_unittest.cc | 227 LayerImpl* CreateScrollAndContentsLayers(LayerTreeImpl* layer_tree_impl, in CreateScrollAndContentsLayers() argument 233 LayerImpl::Create(layer_tree_impl, 1); in CreateScrollAndContentsLayers() 239 LayerImpl::Create(layer_tree_impl, kInnerViewportScrollLayerId); in CreateScrollAndContentsLayers() 245 LayerImpl::Create(layer_tree_impl, kInnerViewportClipLayerId); in CreateScrollAndContentsLayers() 250 LayerImpl::Create(layer_tree_impl, kPageScaleLayerId); in CreateScrollAndContentsLayers() 259 LayerImpl::Create(layer_tree_impl, 3); in CreateScrollAndContentsLayers() 270 layer_tree_impl->SetRootLayer(root.Pass()); in CreateScrollAndContentsLayers() 271 layer_tree_impl->SetViewportLayersFromIds( in CreateScrollAndContentsLayers() 6980 LayerTreeImpl* layer_tree_impl = host_impl_->active_tree(); in SetupVirtualViewportLayers() local 6988 LayerImpl::Create(layer_tree_impl, kInnerViewportScrollLayerId); in SetupVirtualViewportLayers() [all …]
|
/external/chromium_org/cc/ |
D | cc.gyp | 485 'trees/layer_tree_impl.cc', 486 'trees/layer_tree_impl.h',
|
/external/chromium-trace/trace-viewer/ |
D | trace_viewer.gyp | 216 'src/cc/layer_tree_impl.js',
|