| 185 | |
| 186 | auto resolvedPaint = _textPaint; |
| 187 | resolvedPaint.getSkValue().setMaskFilter( |
| 188 | SkMaskFilter::MakeBlur(SkBlurStyle::kNormal_SkBlurStyle, _textShadow.radius, false)); |
| 189 | |
| 190 | resolvedPaint.setColor(_textShadow.color); |
| 191 | resolvedPaint.setAlpha(_textShadow.opacity); |
| 192 |