Home
last modified time | relevance | path

Searched defs:jtransform (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/modules/skottie/src/
DTransform.cpp108 sk_sp<sksg::Transform> AnimationBuilder::attachMatrix2D(const skjson::ObjectValue& jtransform, in attachMatrix2D()
142 TransformAdapter3D::TransformAdapter3D(const skjson::ObjectValue& jtransform, in TransformAdapter3D()
191 sk_sp<sksg::Transform> AnimationBuilder::attachMatrix3D(const skjson::ObjectValue& jtransform, in attachMatrix3D() argument
DCamera.cpp55 const skjson::ObjectValue& jtransform, in CameraAdaper()
119 const skjson::ObjectValue& jtransform, in attachCamera()
DLayer.cpp380 const skjson::ObjectValue* jtransform = fJlayer["ks"]; in doAttachTransform() local
508 if (const skjson::ObjectValue* jtransform = fJlayer["ks"]) { in buildRenderTree() local
/third_party/skia/modules/skottie/src/layers/shapelayer/
DRepeater.cpp117 const skjson::ObjectValue& jtransform, in RepeaterAdapter()
172 if (const skjson::ObjectValue* jtransform = jrepeater["tr"]) { in AttachRepeaterDrawEffect() local
/third_party/flutter/skia/modules/skottie/src/
DLayer.cpp315 const skjson::ObjectValue* jtransform = jlayer["ks"]; in attachTransformNode() local
483 if (const skjson::ObjectValue* jtransform = (*jlayer)["ks"]) { in attachLayer() local
DSkottie.cpp178 sk_sp<sksg::RenderNode> AnimationBuilder::attachOpacity(const skjson::ObjectValue& jtransform, in attachOpacity()
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp360 if (const skjson::ObjectValue* jtransform = jrepeater["tr"]) { in AttachRepeaterDrawEffect() local