Home | History | Annotate | Download | only in layers

Lines Matching full:blend_mode

519 void Layer::SetBlendMode(SkXfermode::Mode blend_mode) {
521 if (blend_mode_ == blend_mode)
526 switch (blend_mode) {
564 blend_mode_ = blend_mode;