Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.cpp728 short blendConstantG = iround(65535 * blendConstant.g); in setBlendConstant() local
737 factor.blendConstant4W[1][0] = blendConstantG; in setBlendConstant()
738 factor.blendConstant4W[1][1] = blendConstantG; in setBlendConstant()
739 factor.blendConstant4W[1][2] = blendConstantG; in setBlendConstant()
740 factor.blendConstant4W[1][3] = blendConstantG; in setBlendConstant()