Searched refs:blendConstantPM (Results 1 – 1 of 1) sorted by relevance
621 SkPMColor4f blendConstantPM; in Make() local622 if (!color.isConstant(&blendConstantPM)) { in Make()625 SkColor4f blendConstantUPM = blendConstantPM.unpremul(); in Make()627 blendConstantPM = { blendConstantUPM.fR, blendConstantUPM.fG, blendConstantUPM.fB, 1 }; in Make()628 return sk_sp<GrXferProcessor>(new PDLCDXferProcessor(blendConstantPM, alpha)); in Make()