OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkUnitCubicInterp
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
InterpolatorTest.cpp
63
SkUnitCubicInterp
(val, 1.f/3, 1.f/3, 2.f/3, 2.f/3)));
87
SkUnitCubicInterp
(val, t[0], t[1], t[2], t[3])));
/external/skia/include/utils/
SkInterpolator.h
134
SkScalar
SkUnitCubicInterp
(SkScalar value, SkScalar bx, SkScalar by,
/external/skia/src/animator/
SkDisplayRandom.cpp
49
SkScalar relativeT =
SkUnitCubicInterp
(random, SK_Scalar1 - blend, 0, 0, SK_Scalar1 - blend);
/external/skia/src/utils/
SkInterpolator.cpp
67
SkUnitCubicInterp
(t, blend[0], blend[1], blend[2], blend[3]) : t;
231
SkScalar
SkUnitCubicInterp
(SkScalar value, SkScalar bx, SkScalar by,
Completed in 983 milliseconds