Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp588 SkColor4f blendConstantUPM = blendConstantPM.unpremul(); in Make() local
589 float alpha = blendConstantUPM.fA; in Make()
590 blendConstantPM = { blendConstantUPM.fR, blendConstantUPM.fG, blendConstantUPM.fB, 1 }; in Make()
/third_party/flutter/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp673 SkColor4f blendConstantUPM = blendConstantPM.unpremul(); in Make() local
674 float alpha = blendConstantUPM.fA; in Make()
675 blendConstantPM = { blendConstantUPM.fR, blendConstantUPM.fG, blendConstantUPM.fB, 1 }; in Make()