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

  /external/chromium_org/cc/layers/
layer.h 163 return background_filters_;
601 FilterOperations background_filters_; member in class:cc::Layer
layer_impl.h 211 return background_filters_;
638 FilterOperations background_filters_; member in class:cc::LayerImpl
layer.cc 171 if (!filters_.IsEmpty() || !background_filters_.IsEmpty() ||
496 if (background_filters_ == filters)
498 background_filters_ = filters;
    [all...]
layer_impl.cc 859 if (background_filters_ == filters)
862 background_filters_ = filters;
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 1248 FilterOperations background_filters_; member in class:cc::__anon3875::RendererPixelTestWithBackgroundFilter
    [all...]

Completed in 428 milliseconds