Lines Matching refs:ScalarValue
92 bound |= this->bindProperty<ScalarValue>(*jrotation, ascope, in attachMatrix2D()
93 [adapter](const ScalarValue& r) { in attachMatrix2D()
96 bound |= this->bindProperty<ScalarValue>(t["sk"], ascope, in attachMatrix2D()
97 [adapter](const ScalarValue& sk) { in attachMatrix2D()
100 bound |= this->bindProperty<ScalarValue>(t["sa"], ascope, in attachMatrix2D()
101 [adapter](const ScalarValue& sa) { in attachMatrix2D()
141 bound |= this->bindProperty<ScalarValue>(t["rx"], ascope, in attachMatrix3D()
142 [adapter](const ScalarValue& rx) { in attachMatrix3D()
147 bound |= this->bindProperty<ScalarValue>(t["ry"], ascope, in attachMatrix3D()
148 [adapter](const ScalarValue& ry) { in attachMatrix3D()
153 bound |= this->bindProperty<ScalarValue>(t["rz"], ascope, in attachMatrix3D()
154 [adapter](const ScalarValue& rz) { in attachMatrix3D()
174 const auto bound = this->bindProperty<ScalarValue>(jtransform["o"], ascope, in attachOpacity()
175 [opacityNode](const ScalarValue& o) { in attachOpacity()