Home
last modified time | relevance | path

Searched refs:attachMatrix2D (Results 1 – 8 of 8) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottiePriv.h74 sk_sp<sksg::Transform> attachMatrix2D(const skjson::ObjectValue&, AnimatorScope*,
DSkottie.cpp64 sk_sp<sksg::Transform> AnimationBuilder::attachMatrix2D(const skjson::ObjectValue& t, in attachMatrix2D() function in skottie::internal::AnimationBuilder
DSkottieLayer.cpp453 ? abuilder->attachMatrix2D(*jtransform, fScope, std::move(parent_matrix)) in attachLayerTransformImpl()
DSkottieShapeLayer.cpp693 if ((shape_transform = this->attachMatrix2D(*jtransform, &local_scope, nullptr))) { in attachShape()
/external/skia/modules/skottie/src/
DSkottiePriv.h74 sk_sp<sksg::Transform> attachMatrix2D(const skjson::ObjectValue&, AnimatorScope*,
DSkottie.cpp70 sk_sp<sksg::Transform> AnimationBuilder::attachMatrix2D(const skjson::ObjectValue& t, in attachMatrix2D() function in skottie::internal::AnimationBuilder
DSkottieLayer.cpp455 ? abuilder->attachMatrix2D(*jtransform, fScope, std::move(parent_matrix)) in attachLayerTransformImpl()
DSkottieShapeLayer.cpp699 if ((shape_transform = this->attachMatrix2D(*jtransform, &local_scope, nullptr))) { in attachShape()