Home
last modified time | relevance | path

Searched refs:effective_percent (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_animation_element.cc477 effective_percent == 1 in CurrentValuesFromKeyPoints()
482 return effective_percent; in CurrentValuesFromKeyPoints()
535 float effective_percent = in CurrentValuesForValuesAnimation() local
540 effective_percent = CalculatePercentForSpline(effective_percent, index); in CurrentValuesForValuesAnimation()
542 return effective_percent; in CurrentValuesForValuesAnimation()
672 float effective_percent; in ApplyAnimation() local
689 effective_percent = CalculatePercentFromKeyPoints(percent); in ApplyAnimation()
692 effective_percent = in ApplyAnimation()
696 effective_percent = CalculatePercentForFromTo(percent); in ApplyAnimation()
698 effective_percent = percent; in ApplyAnimation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_animation_element.cc477 effective_percent == 1 in CurrentValuesFromKeyPoints()
482 return effective_percent; in CurrentValuesFromKeyPoints()
535 float effective_percent = in CurrentValuesForValuesAnimation() local
540 effective_percent = CalculatePercentForSpline(effective_percent, index); in CurrentValuesForValuesAnimation()
542 return effective_percent; in CurrentValuesForValuesAnimation()
684 float effective_percent; in ApplyAnimation() local
701 effective_percent = CalculatePercentFromKeyPoints(percent); in ApplyAnimation()
704 effective_percent = in ApplyAnimation()
708 effective_percent = CalculatePercentForFromTo(percent); in ApplyAnimation()
710 effective_percent = percent; in ApplyAnimation()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dvehicle.cpp1234 double effective_percent = dpf + ( ( 1 - dpf ) * health ); in part_vpower_w() local
1235 return static_cast<int>( pwr * effective_percent ); in part_vpower_w()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dvehicle.cpp1234 double effective_percent = dpf + ( ( 1 - dpf ) * health ); in part_vpower_w() local
1235 return static_cast<int>( pwr * effective_percent ); in part_vpower_w()