Lines Matching refs:ascope
260 AnimatorScope* ascope, in BindPropertyImpl() argument
300 ascope->push_back(std::move(animator)); in BindPropertyImpl()
364 AnimatorScope* ascope, in BindSplitPositionProperty() argument
368 ascope->push_back(std::unique_ptr<sksg::Animator>(split_animator.release())); in BindSplitPositionProperty()
379 AnimatorScope* ascope, in bindProperty() argument
382 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
387 AnimatorScope* ascope, in bindProperty() argument
394 ? BindSplitPositionProperty(jv, this, ascope, std::move(apply), noop) in bindProperty()
395 : BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
400 AnimatorScope* ascope, in bindProperty() argument
403 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
408 AnimatorScope* ascope, in bindProperty() argument
411 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()