Home
last modified time | relevance | path

Searched refs:CalculateValue (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/v8/src/
Dunicode-inl.h17 return CalculateValue(code_point); in get()
20 template <class T, int s> bool Predicate<T, s>::CalculateValue( in CalculateValue() function
38 return CalculateValue(c, n, result); in get()
42 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n, in CalculateValue() function
137 return CalculateValue(bytes, length, cursor); in ValueOf()
Dunicode.h33 bool CalculateValue(uchar c);
58 int CalculateValue(uchar c, uchar n, uchar* result);
133 static uchar CalculateValue(const byte* str,
Dscanner-character-streams.cc191 c = unibrow::Utf8::CalculateValue(src + *src_pos, src_length - *src_pos, in CopyChars()
Dunicode.cc191 uchar Utf8::CalculateValue(const byte* str, in CalculateValue() function in unibrow::Utf8
Dheap-snapshot-generator.cc3113 unibrow::uchar c = unibrow::Utf8::CalculateValue(s, length, &cursor); in SerializeString()
/external/chromium_org/ui/gfx/animation/
Dmulti_animation.cc53 current_value_ = Tween::CalculateValue(parts_[current_part_index_].type, 1); in Step()
62 current_value_ = Tween::CalculateValue(part.type, percent); in Step()
Dmulti_animation_unittest.cc30 EXPECT_DOUBLE_EQ(Tween::CalculateValue(Tween::EASE_OUT, .2), in TEST()
36 EXPECT_DOUBLE_EQ(Tween::CalculateValue(Tween::EASE_OUT, .2), in TEST()
Dtween.h38 static double CalculateValue(Type type, double state);
Dslide_animation.cc97 state = Tween::CalculateValue(tween_type_, state); in AnimateToState()
Dtween.cc23 double Tween::CalculateValue(Tween::Type type, double state) { in CalculateValue() function in gfx::Tween
/external/chromium_org/ash/frame/caption_buttons/
Dframe_caption_button_container_view.cc266 gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT,scaled_value); in AnimationProgressed()
270 gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, current_value); in AnimationProgressed()
277 gfx::Tween::CalculateValue(gfx::Tween::EASE_IN, scaled_value_alpha); in AnimationProgressed()
284 gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, scaled_value_position); in AnimationProgressed()
/external/chromium_org/ui/compositor/
Dfloat_animation_curve_adapter.cc40 gfx::Tween::CalculateValue(tween_type_, progress), in GetValue()
Dlayer_animation_element.cc403 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in OnAbort()
458 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in OnAbort()
563 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in ComputeCurrentTransform()
683 need_draw = OnProgress(gfx::Tween::CalculateValue(tween_type_, t), delegate); in Progress()
Dtransform_animation_curve_adapter.cc50 gfx::Tween::CalculateValue(tween_type_, in GetValue()
Dlayer_animation_element_unittest.cc389 EXPECT_FLOAT_EQ(gfx::Tween::CalculateValue(tween_type, 0.5), in TEST()
429 gfx::Tween::CalculateValue(tween_type, 0.5)); in TEST()
/external/chromium_org/chrome/browser/ui/autofill/
Dloading_animation.cc48 double value = gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, base_value); in GetCurrentValueForDot()
/external/chromium_org/athena/home/
Dathena_start_page_view.cc399 gfx::Tween::CalculateValue(gfx::Tween::EASE_IN_2, layout_state_), in Layout()
405 gfx::Tween::CalculateValue(gfx::Tween::EASE_IN_2, layout_state_), in Layout()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc1219 gfx::Tween::CalculateValue(tween_type, value), start_offset, in GetValueForAnimation()