Home | History | Annotate | Download | only in animator

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