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