Home
last modified time | relevance | path

Searched refs:srcPtr (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/sources/libraries/anim/
Danim_AnimBlend.cpp34 const bool* srcPtr = reinterpret_cast<const bool*>(src->GetValueBuffer()); in Blend() local
37 *dstPtr = *dstPtr | *srcPtr; // 重みは使用しないで OR をとる in Blend()
41 *dstPtr = *srcPtr; in Blend()
57 const float* srcPtr = reinterpret_cast<const float*>(src->GetValueBuffer()); in Blend() local
58 const float weightedSrc = srcWeights[0] * (*srcPtr); in Blend()