Lines Matching refs:bindProperty
79 auto bound = this->bindProperty<VectorValue>(t["a"], ascope, in attachMatrix2D()
83 bound |= this->bindProperty<VectorValue>(t["p"], ascope, in attachMatrix2D()
87 bound |= this->bindProperty<VectorValue>(t["s"], ascope, in attachMatrix2D()
98 bound |= this->bindProperty<ScalarValue>(*jrotation, ascope, in attachMatrix2D()
102 bound |= this->bindProperty<ScalarValue>(t["sk"], ascope, in attachMatrix2D()
106 bound |= this->bindProperty<ScalarValue>(t["sa"], ascope, in attachMatrix2D()
127 auto bound = this->bindProperty<VectorValue>(t["a"], ascope, in attachMatrix3D()
131 bound |= this->bindProperty<VectorValue>(t["p"], ascope, in attachMatrix3D()
135 bound |= this->bindProperty<VectorValue>(t["s"], ascope, in attachMatrix3D()
142 bound |= this->bindProperty<VectorValue>(t["or"], ascope, in attachMatrix3D()
147 bound |= this->bindProperty<ScalarValue>(t["rx"], ascope, in attachMatrix3D()
153 bound |= this->bindProperty<ScalarValue>(t["ry"], ascope, in attachMatrix3D()
159 bound |= this->bindProperty<ScalarValue>(t["rz"], ascope, in attachMatrix3D()
180 const auto bound = this->bindProperty<ScalarValue>(jtransform["o"], ascope, in attachOpacity()
240 return this->bindProperty<ShapeValue>(jpath, ascope, in attachPath()
256 this->bindProperty<VectorValue>(jcolor[prop_name], ascope, in attachColor()