Lines Matching refs:SkApply
36 const SkMemberInfo SkApply::fInfo[] = {
56 DEFINE_GET_MEMBER(SkApply);
58 SkApply::SkApply() : begin(0), dontDraw(false), interval((SkMSec) -1), mode((Mode) -1), /*pickup(fa… in SkApply() function in SkApply
64 SkApply::~SkApply() { in ~SkApply()
73 void SkApply::activate(SkAnimateMaker& maker) { in activate()
94 void SkApply::append(SkApply* apply) { in append()
107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, in applyValues()
155 bool SkApply::contains(SkDisplayable* child) { in contains()
163 SkDisplayable* SkApply::deepCopy(SkAnimateMaker* maker) { in deepCopy()
166 SkApply* result = (SkApply*) INHERITED::deepCopy(maker); in deepCopy()
177 void SkApply::disable() { in disable()
186 bool SkApply::draw(SkAnimateMaker& maker) { in draw()
211 void SkApply::dump(SkAnimateMaker* maker) { in dump()
263 bool SkApply::enable(SkAnimateMaker& maker) { in enable()
278 ((SkApply*) scope)->setEmbedded(); in enable()
367 SkApply* apply = (SkApply*) (*parentList)[old]; in enable()
393 void SkApply::enableCreate(SkAnimateMaker& maker) { in enableCreate()
402 SkApply* copy = (SkApply*) deepCopy(&maker); // work on copy of animator state in enableCreate()
425 void SkApply::enableDynamic(SkAnimateMaker& maker) { in enableDynamic()
455 void SkApply::endSave(int index) { in endSave()
485 bool SkApply::getProperty(int index, SkScriptValue* value) const { in getProperty()
506 void SkApply::getStep(SkScriptValue* value) { in getStep()
510 SkADrawable* SkApply::getTarget(SkAnimateBase* animate) { in getTarget()
516 bool SkApply::hasDelayedAnimator() const { in hasDelayedAnimator()
526 bool SkApply::hasEnable() const { in hasEnable()
530 bool SkApply::inactivate(SkAnimateMaker& maker) { in inactivate()
543 bool SkApply::interpolate(SkAnimateMaker& maker, SkMSec rawTime) { in interpolate()
599 if (transition != SkApply::kTransition_reverse) { in interpolate()
620 …if (((transition != SkApply::kTransition_reverse && interpResult == SkInterpolatorBase::kFreezeEnd… in interpolate()
621 … (transition == SkApply::kTransition_reverse && fLastTime == 0)) && state.fUnpostedEndEvent) { in interpolate()
647 void SkApply::initialize() { in initialize()
655 void SkApply::onEndElement(SkAnimateMaker& maker) in onEndElement()
659 SkApply* scopedApply = (SkApply*) scopePtr; in onEndElement()
686 const SkMemberInfo* SkApply::preferredChild(SkDisplayTypes type) { in preferredChild()
692 void SkApply::refresh(SkAnimateMaker& maker) { in refresh()
701 void SkApply::reset() { in reset()
706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // rep… in resolveIDs()
710 SkAnimateBase** origPtr = ((SkApply*) original)->fAnimators.begin(); in resolveIDs()
728 bool SkApply::resolveField(SkAnimateMaker& maker, SkDisplayable* parent, SkString* str) { in resolveField()
736 void SkApply::save(int index) { in save()
778 bool SkApply::setProperty(int index, SkScriptValue& scriptValue) { in setProperty()
795 void SkApply::setSteps(int _steps) { in setSteps()
800 void SkApply::validate() { in validate()