Lines Matching refs:Tween
5 #include "ui/gfx/animation/tween.h"
22 double Tween::CalculateValue(Tween::Type type, double state) {
75 float blended_premultiplied = Tween::FloatValueBetween(
83 SkColor Tween::ColorValueBetween(double value, SkColor start, SkColor target) {
115 double Tween::DoubleValueBetween(double value, double start, double target) {
120 float Tween::FloatValueBetween(double value, float start, float target) {
125 int Tween::IntValueBetween(double value, int start, int target) {
141 int Tween::LinearIntValueBetween(double value, int start, int target) {
146 gfx::Rect Tween::RectValueBetween(double value,
158 gfx::Transform Tween::TransformValueBetween(