Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/effects/
DGrPorterDuffXferProcessor.cpp621 SkPMColor4f blendConstantPM; in Make() local
622 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()