Lines Matching refs:SkApply
44 const SkMemberInfo SkApply::fInfo[] = {
64 DEFINE_GET_MEMBER(SkApply);
66 SkApply::SkApply() : begin(0), dontDraw(false), interval((SkMSec) -1), mode((Mode) -1), /*pickup(fa… in SkApply() function in SkApply
72 SkApply::~SkApply() { in ~SkApply()
81 void SkApply::activate(SkAnimateMaker& maker) { in activate()
102 void SkApply::append(SkApply* apply) { in append()
115 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, in applyValues()
162 bool SkApply::contains(SkDisplayable* child) { in contains()
170 SkDisplayable* SkApply::deepCopy(SkAnimateMaker* maker) { in deepCopy()
173 SkApply* result = (SkApply*) INHERITED::deepCopy(maker); in deepCopy()
184 void SkApply::disable() { in disable()
193 bool SkApply::draw(SkAnimateMaker& maker) { in draw()
218 void SkApply::dump(SkAnimateMaker* maker) { in dump()
270 bool SkApply::enable(SkAnimateMaker& maker) { in enable()
285 ((SkApply*) scope)->setEmbedded(); in enable()
374 SkApply* apply = (SkApply*) (*parentList)[old]; in enable()
400 void SkApply::enableCreate(SkAnimateMaker& maker) { in enableCreate()
409 SkApply* copy = (SkApply*) deepCopy(&maker); // work on copy of animator state in enableCreate()
432 void SkApply::enableDynamic(SkAnimateMaker& maker) { in enableDynamic()
462 void SkApply::endSave(int index) { in endSave()
492 bool SkApply::getProperty(int index, SkScriptValue* value) const { in getProperty()
513 void SkApply::getStep(SkScriptValue* value) { in getStep()
517 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { in getTarget()
523 bool SkApply::hasDelayedAnimator() const { in hasDelayedAnimator()
533 bool SkApply::hasEnable() const { in hasEnable()
537 bool SkApply::inactivate(SkAnimateMaker& maker) { in inactivate()
550 bool SkApply::interpolate(SkAnimateMaker& maker, SkMSec rawTime) { in interpolate()
606 if (transition != SkApply::kTransition_reverse) { in interpolate()
627 …if (((transition != SkApply::kTransition_reverse && interpResult == SkInterpolatorBase::kFreezeEnd… in interpolate()
628 … (transition == SkApply::kTransition_reverse && fLastTime == 0)) && state.fUnpostedEndEvent) { in interpolate()
654 void SkApply::initialize() { in initialize()
662 void SkApply::onEndElement(SkAnimateMaker& maker) in onEndElement()
666 SkApply* scopedApply = (SkApply*) scopePtr; in onEndElement()
693 const SkMemberInfo* SkApply::preferredChild(SkDisplayTypes type) { in preferredChild()
699 void SkApply::refresh(SkAnimateMaker& maker) { in refresh()
708 void SkApply::reset() { in reset()
713 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // rep… in resolveIDs()
717 SkAnimateBase** origPtr = ((SkApply*) original)->fAnimators.begin(); in resolveIDs()
735 bool SkApply::resolveField(SkAnimateMaker& maker, SkDisplayable* parent, SkString* str) { in resolveField()
743 void SkApply::save(int index) { in save()
785 bool SkApply::setProperty(int index, SkScriptValue& scriptValue) { in setProperty()
802 void SkApply::setSteps(int _steps) { in setSteps()
807 void SkApply::validate() { in validate()