Lines Matching refs:ScalarValue
98 bound |= this->bindProperty<ScalarValue>(*jrotation, ascope, in attachMatrix2D()
99 [adapter](const ScalarValue& r) { in attachMatrix2D()
102 bound |= this->bindProperty<ScalarValue>(t["sk"], ascope, in attachMatrix2D()
103 [adapter](const ScalarValue& sk) { in attachMatrix2D()
106 bound |= this->bindProperty<ScalarValue>(t["sa"], ascope, in attachMatrix2D()
107 [adapter](const ScalarValue& sa) { in attachMatrix2D()
147 bound |= this->bindProperty<ScalarValue>(t["rx"], ascope, in attachMatrix3D()
148 [adapter](const ScalarValue& rx) { in attachMatrix3D()
153 bound |= this->bindProperty<ScalarValue>(t["ry"], ascope, in attachMatrix3D()
154 [adapter](const ScalarValue& ry) { in attachMatrix3D()
159 bound |= this->bindProperty<ScalarValue>(t["rz"], ascope, in attachMatrix3D()
160 [adapter](const ScalarValue& rz) { in attachMatrix3D()
180 const auto bound = this->bindProperty<ScalarValue>(jtransform["o"], ascope, in attachOpacity()
181 [opacityNode](const ScalarValue& o) { in attachOpacity()