Searched refs:weightedSrc (Results 1 – 1 of 1) sorted by relevance
60 const float weightedSrc = srcWeights[0] * (*srcPtr); in Blend() local63 *dstPtr += weightedSrc; in Blend()67 *dstPtr = weightedSrc; in Blend()91 const float weightedSrc = srcWeight * srcValues[compIdx]; in BlendFloatVector() local94 dstValues[compIdx] += weightedSrc; in BlendFloatVector()98 dstValues[compIdx] = weightedSrc; in BlendFloatVector()198 const float weightedSrc = srcWeights[0] * srcColor[compIdx]; in Blend() local201 dstColor[compIdx] += weightedSrc; in Blend()205 dstColor[compIdx] = weightedSrc; in Blend()