Lines Matching refs:bindProperty
78 auto bound = this->bindProperty<VectorValue>(t["a"], in attachMatrix2D()
82 bound |= this->bindProperty<VectorValue>(t["p"], in attachMatrix2D()
86 bound |= this->bindProperty<VectorValue>(t["s"], in attachMatrix2D()
97 bound |= this->bindProperty<ScalarValue>(*jrotation, in attachMatrix2D()
101 bound |= this->bindProperty<ScalarValue>(t["sk"], in attachMatrix2D()
105 bound |= this->bindProperty<ScalarValue>(t["sa"], in attachMatrix2D()
129 auto bound = this->bindProperty<VectorValue>(t["a"], in attachMatrix3D()
133 bound |= this->bindProperty<VectorValue>(t["p"], in attachMatrix3D()
137 bound |= this->bindProperty<VectorValue>(t["s"], in attachMatrix3D()
144 bound |= this->bindProperty<VectorValue>(t["or"], in attachMatrix3D()
149 bound |= this->bindProperty<ScalarValue>(t["rx"], in attachMatrix3D()
155 bound |= this->bindProperty<ScalarValue>(t["ry"], in attachMatrix3D()
161 bound |= this->bindProperty<ScalarValue>(t["rz"], in attachMatrix3D()
185 const auto bound = this->bindProperty<ScalarValue>(jtransform["o"], in attachOpacity()
245 return this->bindProperty<ShapeValue>(jpath, in attachPath()
260 this->bindProperty<VectorValue>(jcolor[prop_name], in attachColor()