HomeSort by relevance Sort by last modified time
    Searched refs:background_filters (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/cc/quads/
render_pass_draw_quad.cc 47 const FilterOperations& background_filters) {
56 background_filters);
71 const FilterOperations& background_filters) {
83 this->background_filters = background_filters;
107 value->Set("background_filters", background_filters.AsValue().release());
render_pass_draw_quad.h 32 const FilterOperations& background_filters);
45 const FilterOperations& background_filters);
62 FilterOperations background_filters; member in class:cc::RenderPassDrawQuad
draw_quad_unittest.cc 407 FilterOperations background_filters; local
408 background_filters.Append(
422 background_filters,
433 EXPECT_EQ(background_filters, copy_quad->background_filters);
442 background_filters,
452 EXPECT_EQ(background_filters, copy_quad->background_filters);
753 FilterOperations background_filters; local
754 background_filters.Append
    [all...]
  /external/chromium_org/cc/trees/
damage_tracker.cc 398 if (layer->background_filters().HasFilterThatMovesPixels()) {
401 layer->background_filters());
occlusion_tracker.cc 261 contributing_layer->background_filters().GetOutsets(
336 if (old_target->background_filters().HasFilterThatMovesPixels()) {
370 if (!old_target->background_filters().HasFilterThatMovesPixels())
layer_tree_host_unittest_delegated.cc 173 const FilterOperations& background_filters) {
197 background_filters);
    [all...]
layer_tree_host.cc 928 if (render_surface_layer->background_filters().IsEmpty())
    [all...]
layer_tree_host_common.cc 580 if (!layer->filters().IsEmpty() || !layer->background_filters().IsEmpty()) {
    [all...]
  /external/chromium_org/cc/layers/
render_surface_impl.cc 235 owning_layer_->background_filters());
layer.h 157 const FilterOperations& background_filters() const { function in class:cc::Layer
layer_impl.h 221 const FilterOperations& background_filters() const { function in class:cc::LayerImpl
layer.cc 879 layer->SetBackgroundFilters(background_filters());
    [all...]
layer_impl.cc 506 layer->SetBackgroundFilters(background_filters());
    [all...]
  /external/chromium_org/content/common/
cc_messages.h 181 IPC_STRUCT_TRAITS_MEMBER(background_filters)
cc_messages_unittest.cc 161 EXPECT_EQ(a->background_filters, b->background_filters);
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 850 if (apply_background_filters && quad->background_filters.HasReferenceFilter())
859 quad->background_filters.GetOutsets(&top, &right, &bottom, &left);
880 quad->background_filters, device_background_texture->size());
    [all...]

Completed in 196 milliseconds