Home
last modified time | relevance | path

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

/external/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.cpp382 const skjson::ObjectValue* jtransform = fJlayer["ks"]; in doAttachTransform() local
509 if (const skjson::ObjectValue* jtransform = fJlayer["ks"]) { in buildRenderTree() local
/external/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