OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:animators
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/animator/
SkAnimateActive.cpp
36
int
animators
= fAnimators.count();
local
37
fInterpolators.setCount(
animators
);
38
memset(fInterpolators.begin(), 0,
animators
* sizeof(SkOperandInterpolator*));
39
fState.setCount(
animators
);
41
for (index = 0; index <
animators
; index++)
44
// for (index = 0; index <
animators
; index++)
238
int
animators
= fAnimators.count();
local
239
for (int index = 0; index <
animators
; index++) {
257
int
animators
= fAnimators.count();
local
258
int activeTotal = fDrawIndex +
animators
;
333
int
animators
= fAnimators.count();
local
[
all
...]
SkDisplayApply.cpp
95
int
animators
= fAnimators.count();
local
96
for (int index = 0; index <
animators
; index++)
277
int
animators
= fAnimators.count();
local
279
for (index = 0; index <
animators
; index++) {
576
int
animators
= fActive->fAnimators.count();
local
577
for (int inner = 0; inner <
animators
; inner++) {
713
bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in
animators
of the form xxx.step with the step value, if xxx.step is in scope
/frameworks/base/tools/aapt/
Resource.cpp
867
sp<ResourceTypeSet>
animators
;
local
[
all
...]
/prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar
Completed in 5270 milliseconds