OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBlend
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkOperandIterpolator.cpp
57
timeCode->
fBlend
[0] = SK_Scalar1 - blend;
58
timeCode->
fBlend
[1] = 0;
59
timeCode->
fBlend
[2] = 0;
60
timeCode->
fBlend
[3] = SK_Scalar1 - blend;
/external/skia/include/utils/
SkInterpolator.h
85
SkScalar
fBlend
[4];
/external/skia/src/utils/
SkInterpolator.cpp
130
*T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].
fBlend
);
186
memcpy(timeCode->
fBlend
, blend, sizeof(timeCode->
fBlend
));
Completed in 107 milliseconds