Lines Matching refs:bindProperty
73 auto bound = this->bindProperty<VectorValue>(t["a"], ascope, in attachMatrix2D()
77 bound |= this->bindProperty<VectorValue>(t["p"], ascope, in attachMatrix2D()
81 bound |= this->bindProperty<VectorValue>(t["s"], ascope, in attachMatrix2D()
92 bound |= this->bindProperty<ScalarValue>(*jrotation, ascope, in attachMatrix2D()
96 bound |= this->bindProperty<ScalarValue>(t["sk"], ascope, in attachMatrix2D()
100 bound |= this->bindProperty<ScalarValue>(t["sa"], ascope, in attachMatrix2D()
121 auto bound = this->bindProperty<VectorValue>(t["a"], ascope, in attachMatrix3D()
125 bound |= this->bindProperty<VectorValue>(t["p"], ascope, in attachMatrix3D()
129 bound |= this->bindProperty<VectorValue>(t["s"], ascope, in attachMatrix3D()
136 bound |= this->bindProperty<VectorValue>(t["or"], ascope, in attachMatrix3D()
141 bound |= this->bindProperty<ScalarValue>(t["rx"], ascope, in attachMatrix3D()
147 bound |= this->bindProperty<ScalarValue>(t["ry"], ascope, in attachMatrix3D()
153 bound |= this->bindProperty<ScalarValue>(t["rz"], ascope, in attachMatrix3D()
174 const auto bound = this->bindProperty<ScalarValue>(jtransform["o"], ascope, in attachOpacity()
188 return this->bindProperty<ShapeValue>(jpath, ascope, in attachPath()
204 this->bindProperty<VectorValue>(jcolor[prop_name], ascope, in attachColor()