Home
last modified time | relevance | path

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

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