Home
last modified time | relevance | path

Searched refs:background_filters (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/cc/quads/
Drender_pass_draw_quad.cc31 const FilterOperations& background_filters) { in SetNew() argument
47 background_filters); in SetNew()
60 const FilterOperations& background_filters) { in SetAll() argument
71 this->background_filters = background_filters; in SetAll()
103 background_filters.AsValueInto(value); in ExtendValue()
Drender_pass_draw_quad.h31 const FilterOperations& background_filters);
43 const FilterOperations& background_filters);
60 FilterOperations background_filters; variable
Ddraw_quad_unittest.cc424 FilterOperations background_filters; in TEST() local
425 background_filters.Append( in TEST()
438 background_filters, in TEST()
447 EXPECT_EQ(background_filters, copy_quad->background_filters); in TEST()
455 background_filters, in TEST()
463 EXPECT_EQ(background_filters, copy_quad->background_filters); in TEST()
763 FilterOperations background_filters; in TEST_F() local
764 background_filters.Append( in TEST_F()
777 background_filters, in TEST_F()
/external/chromium_org/cc/trees/
Ddamage_tracker.cc398 if (layer->background_filters().HasFilterThatMovesPixels()) { in ExtendDamageForRenderSurface()
401 layer->background_filters()); in ExtendDamageForRenderSurface()
Docclusion_tracker.cc268 contributing_layer->background_filters().GetOutsets( in ReduceOcclusionBelowSurface()
342 if (old_target->background_filters().HasFilterThatMovesPixels()) { in LeaveToRenderTarget()
376 if (!old_target->background_filters().HasFilterThatMovesPixels()) in LeaveToRenderTarget()
Dlayer_tree_host_unittest_delegated.cc173 const FilterOperations& background_filters) { in AddRenderPass() argument
197 background_filters); in AddRenderPass()
Dlayer_tree_host.cc976 if (render_surface_layer->background_filters().IsEmpty()) in CalculateMemoryForRenderSurfaces()
Dlayer_tree_host_common.cc582 if (!layer->filters().IsEmpty() || !layer->background_filters().IsEmpty()) { in SubtreeShouldRenderToSeparateSurface()
/external/chromium_org/cc/layers/
Drender_surface_impl.cc237 owning_layer_->background_filters()); in AppendQuads()
Dlayer.h158 const FilterOperations& background_filters() const { in background_filters() function
Dlayer_impl.h240 const FilterOperations& background_filters() const { in background_filters() function
Dlayer.cc885 layer->SetBackgroundFilters(background_filters()); in PushPropertiesTo()
Dlayer_impl.cc517 layer->SetBackgroundFilters(background_filters()); in PushPropertiesTo()
/external/chromium_org/content/common/
Dcc_messages.h183 IPC_STRUCT_TRAITS_MEMBER(background_filters)
Dcc_messages_unittest.cc160 EXPECT_EQ(a->background_filters, b->background_filters); in Compare()
/external/chromium_org/mojo/services/public/interfaces/surfaces/
Dquads.mojom46 // FilterOperations background_filters;
/external/chromium_org/cc/output/
Dgl_renderer.cc877 if (apply_background_filters && quad->background_filters.HasReferenceFilter()) in GetBackgroundWithFilters()
886 quad->background_filters.GetOutsets(&top, &right, &bottom, &left); in GetBackgroundWithFilters()
905 quad->background_filters, device_background_texture->size()); in GetBackgroundWithFilters()
998 !quad->background_filters.IsEmpty(); in DrawRenderPassQuad()