OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeCode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkOperandIterpolator.cpp
47
SkTimeCode*
timeCode
= &fTimes[index];
48
timeCode
->fTime = time;
49
timeCode
->fBlend[0] = SK_Scalar1 - blend;
50
timeCode
->fBlend[1] = 0;
51
timeCode
->fBlend[2] = 0;
52
timeCode
->fBlend[3] = SK_Scalar1 - blend;
/external/chromium_org/third_party/skia/src/utils/
SkInterpolator.cpp
173
SkTimeCode*
timeCode
= &fTimes[index];
174
timeCode
->fTime = time;
175
memcpy(
timeCode
->fBlend, blend, sizeof(
timeCode
->fBlend));
Completed in 188 milliseconds