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

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 35 virtual float GetGrayscaleForAnimation() const = 0;
layer_animation_element_unittest.cc 297 EXPECT_FLOAT_EQ(start, delegate.GetGrayscaleForAnimation());
299 EXPECT_FLOAT_EQ(middle, delegate.GetGrayscaleForAnimation());
306 EXPECT_FLOAT_EQ(target, delegate.GetGrayscaleForAnimation());
351 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(),
352 copy.GetGrayscaleForAnimation());
layer_animator_unittest.cc 583 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
591 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), middle_grayscale);
597 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), target_grayscale);
603 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
609 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
615 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
655 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
663 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), target_grayscale);
669 EXPECT_FLOAT_EQ(delegate.GetGrayscaleForAnimation(), start_grayscale);
    [all...]
layer.h 391 virtual float GetGrayscaleForAnimation() const OVERRIDE;
layer_animation_element.cc 267 start_ = delegate->GetGrayscaleForAnimation();
619 grayscale(delegate ? delegate->GetGrayscaleForAnimation() : 0.0f),
layer.cc 901 float Layer::GetGrayscaleForAnimation() const {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 82 float TestLayerAnimationDelegate::GetGrayscaleForAnimation() const {
test_layer_animation_delegate.h 36 virtual float GetGrayscaleForAnimation() const OVERRIDE;

Completed in 582 milliseconds