MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setAntiAlias

Method setAntiAlias

snap_drawing/src/snap_drawing/cpp/Drawing/Paint.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

doRasterMethod · 0.80
ImageLayerMethod · 0.80
onInitializeMethod · 0.80
TextLayerMethod · 0.80
SpinnerLayerMethod · 0.80
drawBackgroundMethod · 0.80
drawForegroundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected