Searched refs:srcPtr (Results 1 – 1 of 1) sorted by relevance
36 const bool* srcPtr = reinterpret_cast<const bool*>(src->GetValueBuffer()); in Blend() local39 *dstPtr = *dstPtr | *srcPtr; // 重みは使用しないで OR をとる in Blend()43 *dstPtr = *srcPtr; in Blend()59 const float* srcPtr = reinterpret_cast<const float*>(src->GetValueBuffer()); in Blend() local60 const float weightedSrc = srcWeights[0] * (*srcPtr); in Blend()