Lines Matching refs:target
157 virtual void Apply(void* target, const AnimResult* result) const = 0;
203 void ApplyFloatVector(void* target, const AnimResult* result, int compCount) const;
264 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
266 *reinterpret_cast<bool*>(target) = in Apply()
318 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
320 *reinterpret_cast<int*>(target) = in Apply()
376 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
378 *reinterpret_cast<float*>(target) = in Apply()
442 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
444 ApplyFloatVector(target, result, COMP_COUNT); in Apply()
505 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
507 ApplyFloatVector(target, result, COMP_COUNT); in Apply()
557 virtual void Apply(void* target, const AnimResult* result) const;
602 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
604 ut::Offset* dstOffset = reinterpret_cast<ut::Offset*>(target); in Apply()