Lines Matching refs:GetValueBuffer
33 bool* dstPtr = reinterpret_cast<bool*>(dst->GetValueBuffer()); in Blend()
34 const bool* srcPtr = reinterpret_cast<const bool*>(src->GetValueBuffer()); in Blend()
56 float* dstPtr = reinterpret_cast<float*>(dst->GetValueBuffer()); in Blend()
57 const float* srcPtr = reinterpret_cast<const float*>(src->GetValueBuffer()); in Blend()
80 float* dstValues = reinterpret_cast<float*>(dst->GetValueBuffer()); in BlendFloatVector()
82 reinterpret_cast<const float*>(src->GetValueBuffer()); in BlendFloatVector()
114 float* dstValues = reinterpret_cast<float*>(dst->GetValueBuffer()); in OverrideFloatVector()
116 reinterpret_cast<const float*>(src->GetValueBuffer()); in OverrideFloatVector()
140 reinterpret_cast<const float*>(result->GetValueBuffer()); in ApplyFloatVector()
161 float* dstValues = reinterpret_cast<float*>(result->GetValueBuffer()); in ConvertFloatVectorToAnimResult()
187 reinterpret_cast<ut::ResFloatColor*>(dst->GetValueBuffer())->ToArray(); in Blend()
189 reinterpret_cast<const ut::ResFloatColor*>(src->GetValueBuffer())->ToArray(); in Blend()
218 reinterpret_cast<ut::ResFloatColor*>(dst->GetValueBuffer())->ToArray(); in Override()
220 reinterpret_cast<const ut::ResFloatColor*>(src->GetValueBuffer())->ToArray(); in Override()
244 reinterpret_cast<const ut::ResFloatColor*>(result->GetValueBuffer())->ToArray(); in Apply()
261 float* dstColor = reinterpret_cast<ut::ResFloatColor*>(result->GetValueBuffer())->ToArray(); in ConvertToAnimResult()