Home
last modified time | relevance | path

Searched refs:jrotation (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skottie/src/
DTransform.cpp21 const skjson::ObjectValue* jrotation, in TransformAdapter2D() argument
29 this->bind(abuilder, jrotation , fRotation); in TransformAdapter2D()
111 const auto* jrotation = &jtransform["r"]; in attachMatrix2D() local
112 if (jrotation->is<skjson::NullValue>()) { in attachMatrix2D()
114 jrotation = &jtransform["rz"]; in attachMatrix2D()
121 *jrotation, in attachMatrix2D()
DTransform.h34 const skjson::ObjectValue* jrotation,
/external/skqp/modules/skottie/src/
DSkottie.cpp86 const auto* jrotation = &t["r"]; in attachMatrix2D() local
87 if (jrotation->is<skjson::NullValue>()) { in attachMatrix2D()
90 jrotation = &t["rz"]; in attachMatrix2D()
92 bound |= this->bindProperty<ScalarValue>(*jrotation, ascope, in attachMatrix2D()