Searched refs:weightedSrc (Results 1 – 1 of 1) sorted by relevance
58 const float weightedSrc = srcWeights[0] * (*srcPtr); in Blend() local61 *dstPtr += weightedSrc; in Blend()65 *dstPtr = weightedSrc; in Blend()89 const float weightedSrc = srcWeight * srcValues[compIdx]; in BlendFloatVector() local92 dstValues[compIdx] += weightedSrc; in BlendFloatVector()96 dstValues[compIdx] = weightedSrc; in BlendFloatVector()196 const float weightedSrc = srcWeights[0] * srcColor[compIdx]; in Blend() local199 dstColor[compIdx] += weightedSrc; in Blend()203 dstColor[compIdx] = weightedSrc; in Blend()