Searched refs:fApply (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/animator/ |
D | SkAnimateBase.cpp | 42 … fApply(nullptr), fFieldInfo(nullptr), fFieldOffset(0), fStart((SkMSec) -1), fTarget(nullptr), in SkAnimateBase() 63 result->fApply = fApply; in deepCopy() 100 return (SkDisplayable*) fApply; in getParent() 119 if (fApply == nullptr) in getProperty() 121 fApply->getStep(value); in getProperty() 180 fApply = (SkApply*) apply; in setParent() 218 if (fApply->getMode() == SkApply::kMode_create) in setTarget() 228 if (fApply && fApply->getMode() != SkApply::kMode_create) in setTarget()
|
D | SkAnimateActive.cpp | 21 SkActive::SkActive(SkApply& apply, SkAnimateMaker& maker) : fApply(apply), in SkActive() 27 fAnimators = fApply.fAnimators; in init() 35 initState(&fApply, 0); in init() 74 SkASSERT(fApply.scope == apply->scope); in append() 93 if (fApply.restore) { in append() 168 fApply.fLastTime = time; in create() 169 fApply.refresh(fMaker); in create() 180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in create() 184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in create() 194 SkADrawable* drawable = fApply.scope; in immediate() [all …]
|
D | SkAnimateActive.h | 67 SkApply& fApply; variable
|
D | SkAnimateBase.h | 61 SkApply* fApply; variable
|