Searched refs:jrotation (Results 1 – 3 of 3) sorted by relevance
21 const skjson::ObjectValue* jrotation, in TransformAdapter2D() argument29 this->bind(abuilder, jrotation , fRotation); in TransformAdapter2D()111 const auto* jrotation = &jtransform["r"]; in attachMatrix2D() local112 if (jrotation->is<skjson::NullValue>()) { in attachMatrix2D()114 jrotation = &jtransform["rz"]; in attachMatrix2D()121 *jrotation, in attachMatrix2D()
34 const skjson::ObjectValue* jrotation,
86 const auto* jrotation = &t["r"]; in attachMatrix2D() local87 if (jrotation->is<skjson::NullValue>()) { in attachMatrix2D()90 jrotation = &t["rz"]; in attachMatrix2D()92 bound |= this->bindProperty<ScalarValue>(*jrotation, ascope, in attachMatrix2D()