Searched refs:blendConstantPM (Results 1 – 2 of 2) sorted by relevance
669 SkPMColor4f blendConstantPM; in Make() local670 if (!color.isConstant(&blendConstantPM)) { in Make()673 SkColor4f blendConstantUPM = blendConstantPM.unpremul(); in Make()675 blendConstantPM = { blendConstantUPM.fR, blendConstantUPM.fG, blendConstantUPM.fB, 1 }; in Make()676 return sk_sp<GrXferProcessor>(new PDLCDXferProcessor(blendConstantPM, alpha)); in Make()