Lines Matching refs:ascope
258 AnimatorScope* ascope, in BindPropertyImpl() argument
298 ascope->push_back(std::move(animator)); in BindPropertyImpl()
362 AnimatorScope* ascope, in BindSplitPositionProperty() argument
366 ascope->push_back(std::unique_ptr<sksg::Animator>(split_animator.release())); in BindSplitPositionProperty()
377 AnimatorScope* ascope, in bindProperty() argument
380 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
385 AnimatorScope* ascope, in bindProperty() argument
392 ? BindSplitPositionProperty(jv, this, ascope, std::move(apply), noop) in bindProperty()
393 : BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
398 AnimatorScope* ascope, in bindProperty() argument
401 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
406 AnimatorScope* ascope, in bindProperty() argument
409 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()