Searched refs:HasFilterThatMovesPixels (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/cc/output/
H A Dfilter_operations.h48 bool HasFilterThatMovesPixels() const;
H A Dfilter_operations.cc85 bool FilterOperations::HasFilterThatMovesPixels() const { function in class:cc::FilterOperations
/external/chromium_org/cc/animation/
H A Danimation_curve.h101 virtual bool HasFilterThatMovesPixels() const = 0;
H A Dkeyframed_animation_curve.h217 virtual bool HasFilterThatMovesPixels() const OVERRIDE;
H A Dkeyframed_animation_curve.cc411 bool KeyframedFilterAnimationCurve::HasFilterThatMovesPixels() const { function in class:cc::KeyframedFilterAnimationCurve
413 if (keyframes_[i]->Value().HasFilterThatMovesPixels()) {
H A Dlayer_animation_controller.cc421 ->HasFilterThatMovesPixels())
/external/chromium_org/cc/trees/
H A Ddamage_tracker.cc149 } else if (filters.HasFilterThatMovesPixels()) {
398 if (layer->background_filters().HasFilterThatMovesPixels()) {
H A Docclusion_tracker.cc342 if (old_target->background_filters().HasFilterThatMovesPixels()) {
376 if (!old_target->background_filters().HasFilterThatMovesPixels())
H A Dlayer_tree_host_common.cc1930 layer->filters().HasFilterThatMovesPixels()) {

Completed in 966 milliseconds