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

  /external/chromium_org/ui/compositor/
float_animation_curve_adapter.cc 40 gfx::Tween::CalculateValue(tween_type_, progress),
transform_animation_curve_adapter.cc 50 gfx::Tween::CalculateValue(tween_type_,
layer_animation_element.cc 451 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
517 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
639 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
766 need_draw = OnProgress(gfx::Tween::CalculateValue(tween_type_, t), delegate);
layer_animation_element_unittest.cc 390 EXPECT_FLOAT_EQ(gfx::Tween::CalculateValue(tween_type, 0.5),
430 gfx::Tween::CalculateValue(tween_type, 0.5));
  /external/chromium_org/ui/gfx/animation/
tween.h 31 static double CalculateValue(Type type, double state);
multi_animation.cc 53 current_value_ = Tween::CalculateValue(parts_[current_part_index_].type, 1);
62 current_value_ = Tween::CalculateValue(part.type, percent);
multi_animation_unittest.cc 30 EXPECT_DOUBLE_EQ(Tween::CalculateValue(Tween::EASE_OUT, .2),
36 EXPECT_DOUBLE_EQ(Tween::CalculateValue(Tween::EASE_OUT, .2),
slide_animation.cc 97 state = Tween::CalculateValue(tween_type_, state);
tween.cc 22 double Tween::CalculateValue(Tween::Type type, double state) {
  /external/chromium_org/v8/src/
unicode-inl.h 40 return CalculateValue(code_point);
43 template <class T, int s> bool Predicate<T, s>::CalculateValue(
61 return CalculateValue(c, n, result);
65 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n,
150 return CalculateValue(bytes, length, cursor);
unicode.h 56 bool CalculateValue(uchar c);
81 int CalculateValue(uchar c, uchar n, uchar* result);
151 static uchar CalculateValue(const byte* str,
scanner-character-streams.cc 199 c = unibrow::Utf8::CalculateValue(raw_data_ + raw_data_pos_,
unicode.cc 214 uchar Utf8::CalculateValue(const byte* str,
    [all...]
heap-snapshot-generator.cc     [all...]
  /external/v8/src/
unicode-inl.h 38 return CalculateValue(code_point);
41 template <class T, int s> bool Predicate<T, s>::CalculateValue(
59 return CalculateValue(c, n, result);
63 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n,
120 return CalculateValue(bytes, length, cursor);
unicode.h 56 bool CalculateValue(uchar c);
81 int CalculateValue(uchar c, uchar n, uchar* result);
159 static uchar CalculateValue(const byte* str,
scanner-character-streams.cc 197 c = unibrow::Utf8::CalculateValue(raw_data_ + raw_data_pos_,
unicode.cc 210 uchar Utf8::CalculateValue(const byte* str,
    [all...]
profile-generator.cc     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
loading_animation.cc 48 double value = gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, base_value);

Completed in 738 milliseconds