Lines Matching refs:GetValueBuffer
35 bool* dstPtr = reinterpret_cast<bool*>(dst->GetValueBuffer()); in Blend()
36 const bool* srcPtr = reinterpret_cast<const bool*>(src->GetValueBuffer()); in Blend()
58 float* dstPtr = reinterpret_cast<float*>(dst->GetValueBuffer()); in Blend()
59 const float* srcPtr = reinterpret_cast<const float*>(src->GetValueBuffer()); in Blend()
82 float* dstValues = reinterpret_cast<float*>(dst->GetValueBuffer()); in BlendFloatVector()
84 reinterpret_cast<const float*>(src->GetValueBuffer()); in BlendFloatVector()
116 float* dstValues = reinterpret_cast<float*>(dst->GetValueBuffer()); in OverrideFloatVector()
118 reinterpret_cast<const float*>(src->GetValueBuffer()); in OverrideFloatVector()
142 reinterpret_cast<const float*>(result->GetValueBuffer()); in ApplyFloatVector()
163 float* dstValues = reinterpret_cast<float*>(result->GetValueBuffer()); in ConvertFloatVectorToAnimResult()
189 reinterpret_cast<ut::ResFloatColor*>(dst->GetValueBuffer())->ToArray(); in Blend()
191 reinterpret_cast<const ut::ResFloatColor*>(src->GetValueBuffer())->ToArray(); in Blend()
220 reinterpret_cast<ut::ResFloatColor*>(dst->GetValueBuffer())->ToArray(); in Override()
222 reinterpret_cast<const ut::ResFloatColor*>(src->GetValueBuffer())->ToArray(); in Override()
246 reinterpret_cast<const ut::ResFloatColor*>(result->GetValueBuffer())->ToArray(); in Apply()
263 float* dstColor = reinterpret_cast<ut::ResFloatColor*>(result->GetValueBuffer())->ToArray(); in ConvertToAnimResult()