Lines Matching refs:target
259 virtual void Apply(void* target, const AnimResult* result) const = 0;
305 void ApplyFloatVector(void* target, const AnimResult* result, int compCount) const;
366 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
368 *reinterpret_cast<bool*>(target) = in Apply()
420 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
422 *reinterpret_cast<int*>(target) = in Apply()
478 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
480 *reinterpret_cast<float*>(target) = in Apply()
544 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
546 ApplyFloatVector(target, result, COMP_COUNT); in Apply()
607 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
609 ApplyFloatVector(target, result, COMP_COUNT); in Apply()
659 virtual void Apply(void* target, const AnimResult* result) const;
704 virtual void Apply(void* target, const AnimResult* result) const in Apply() argument
706 ut::Offset* dstOffset = reinterpret_cast<ut::Offset*>(target); in Apply()