Searched refs:blendOpColorDodge (Results 1 – 3 of 3) sorted by relevance
85 Float4 blendOpColorDodge(Float4 &src, Float4 &dst);
2007 Float4 PixelRoutine::blendOpColorDodge(Float4 &src, Float4 &dst) in blendOpColorDodge() function in sw::PixelRoutine2157 blendedColor.x = blendOpColorDodge(srcColor.x, dstColor.x); in computeAdvancedBlendMode()2158 blendedColor.y = blendOpColorDodge(srcColor.y, dstColor.y); in computeAdvancedBlendMode()2159 blendedColor.z = blendOpColorDodge(srcColor.z, dstColor.z); in computeAdvancedBlendMode()
341 float blendOpColorDodge(float src, float dst) in blendOpColorDodge() function566 f.x() = blendOpColorDodge(src.x(), dst.x()); in calculateFFunction()567 f.y() = blendOpColorDodge(src.y(), dst.y()); in calculateFFunction()568 f.z() = blendOpColorDodge(src.z(), dst.z()); in calculateFFunction()