OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInterpolators
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp
29
fInterpolators
.setCount(animators);
30
memset(
fInterpolators
.begin(), 0, animators * sizeof(SkOperandInterpolator*));
34
fInterpolators
[index] = SkNEW(SkOperandInterpolator);
38
SkASSERT(
fInterpolators
.count() == fAnimators.count());
47
for (index = 0; index <
fInterpolators
.count(); index++)
48
delete
fInterpolators
[index];
65
fInterpolators
.setCount(total);
66
memset(&
fInterpolators
.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*));
68
fInterpolators
[index] = SkNEW(SkOperandInterpolator);
84
delete
fInterpolators
[inner]
[
all
...]
SkAnimateActive.h
66
SkTDArray<SkOperandInterpolator*>
fInterpolators
;
SkDisplayApply.cpp
617
SkInterpolatorBase::Result interpResult = fActive->
fInterpolators
[inner]->timeToValues(
/external/skia/src/animator/
SkAnimateActive.cpp
29
fInterpolators
.setCount(animators);
30
memset(
fInterpolators
.begin(), 0, animators * sizeof(SkOperandInterpolator*));
34
fInterpolators
[index] = SkNEW(SkOperandInterpolator);
38
SkASSERT(
fInterpolators
.count() == fAnimators.count());
47
for (index = 0; index <
fInterpolators
.count(); index++)
48
delete
fInterpolators
[index];
65
fInterpolators
.setCount(total);
66
memset(&
fInterpolators
.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*));
68
fInterpolators
[index] = SkNEW(SkOperandInterpolator);
84
delete
fInterpolators
[inner]
[
all
...]
SkAnimateActive.h
66
SkTDArray<SkOperandInterpolator*>
fInterpolators
;
SkDisplayApply.cpp
617
SkInterpolatorBase::Result interpResult = fActive->
fInterpolators
[inner]->timeToValues(
Completed in 54 milliseconds