Searched refs:blendConstant (Results 1 – 6 of 6) sorted by relevance
463 void PixelProcessor::setBlendConstant(const Color<float> &blendConstant) in setBlendConstant() argument466 short blendConstantR = iround(65535 * blendConstant.r); in setBlendConstant()467 short blendConstantG = iround(65535 * blendConstant.g); in setBlendConstant()468 short blendConstantB = iround(65535 * blendConstant.b); in setBlendConstant()469 short blendConstantA = iround(65535 * blendConstant.a); in setBlendConstant()492 short invBlendConstantR = iround(65535 * (1 - blendConstant.r)); in setBlendConstant()493 short invBlendConstantG = iround(65535 * (1 - blendConstant.g)); in setBlendConstant()494 short invBlendConstantB = iround(65535 * (1 - blendConstant.b)); in setBlendConstant()495 short invBlendConstantA = iround(65535 * (1 - blendConstant.a)); in setBlendConstant()517 factor.blendConstant4F[0][0] = blendConstant.r; in setBlendConstant()[all …]
239 void setBlendConstant(const Color<float> &blendConstant);
715 void PixelProcessor::setBlendConstant(const Color<float> &blendConstant) in setBlendConstant() argument718 short blendConstantR = iround(65535 * blendConstant.r); in setBlendConstant()719 short blendConstantG = iround(65535 * blendConstant.g); in setBlendConstant()720 short blendConstantB = iround(65535 * blendConstant.b); in setBlendConstant()721 short blendConstantA = iround(65535 * blendConstant.a); in setBlendConstant()744 short invBlendConstantR = iround(65535 * (1 - blendConstant.r)); in setBlendConstant()745 short invBlendConstantG = iround(65535 * (1 - blendConstant.g)); in setBlendConstant()746 short invBlendConstantB = iround(65535 * (1 - blendConstant.b)); in setBlendConstant()747 short invBlendConstantA = iround(65535 * (1 - blendConstant.a)); in setBlendConstant()769 factor.blendConstant4F[0][0] = blendConstant.r; in setBlendConstant()[all …]
278 void setBlendConstant(const Color<float> &blendConstant);
594 PDLCDXferProcessor(const SkPMColor4f& blendConstant, float alpha);658 PDLCDXferProcessor::PDLCDXferProcessor(const SkPMColor4f& blendConstant, float alpha) in PDLCDXferProcessor() argument660 , fBlendConstant(blendConstant) in PDLCDXferProcessor()