OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInterpolators
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkAnimateActive.cpp
37
fInterpolators
.setCount(animators);
38
memset(
fInterpolators
.begin(), 0, animators * sizeof(SkOperandInterpolator*));
42
fInterpolators
[index] = SkNEW(SkOperandInterpolator);
46
SkASSERT(
fInterpolators
.count() == fAnimators.count());
55
for (index = 0; index <
fInterpolators
.count(); index++)
56
delete
fInterpolators
[index];
73
fInterpolators
.setCount(total);
74
memset(&
fInterpolators
.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*));
76
fInterpolators
[index] = SkNEW(SkOperandInterpolator);
92
delete
fInterpolators
[inner]
[
all
...]
SkAnimateActive.h
74
SkTDArray<SkOperandInterpolator*>
fInterpolators
;
SkDisplayApply.cpp
624
SkInterpolatorBase::Result interpResult = fActive->
fInterpolators
[inner]->timeToValues(
Completed in 73 milliseconds