| 74 | getSkValue().setStrokeCap(static_cast<SkPaint::Cap>(strokeCap)); |
| 75 | } |
| 76 | |
| 77 | void Paint::setBlendMode(SkBlendMode blendMode) { |
| 78 | getSkValue().setBlendMode(blendMode); |
| 79 | } |
| 80 | |
| 81 | void Paint::setAntiAlias(bool antialias) { |
no outgoing calls
no test coverage detected