Lines Matching refs:ascope

65                                                         AnimatorScope* ascope,  in attachMatrix2D()  argument
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()
113 AnimatorScope* ascope, in attachMatrix3D() argument
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()
167 AnimatorScope* ascope, in attachOpacity() argument
174 const auto bound = this->bindProperty<ScalarValue>(jtransform["o"], ascope, in attachOpacity()
186 AnimatorScope* ascope) const { in attachPath()
188 return this->bindProperty<ShapeValue>(jpath, ascope, in attachPath()
200 AnimatorScope* ascope, in attachColor() argument
204 this->bindProperty<VectorValue>(jcolor[prop_name], ascope, in attachColor()