MCPcopy Create free account
hub / github.com/HumbleUI/Skija / setAntiAlias

Method setAntiAlias

shared/java/Paint.java:94–99  ·  view source on GitHub ↗

Requests, but does not require, that edge pixels draw opaque or with partial transparency. @param value setting for antialiasing

(boolean value)

Source from the content-addressed store, hash-verified

92 * @param value setting for antialiasing
93 */
94 @NotNull @Contract("_ -> this")
95 public Paint setAntiAlias(boolean value) {
96 Stats.onNativeCall();
97 _nSetAntiAlias(_ptr, value);
98 return this;
99 }
100
101 /**
102 * @return true if color error may be distributed to smooth color transition.

Callers 7

executeMethod · 0.80
drawFillWithPaintMethod · 0.80
drawImageWithFiltersMethod · 0.80
drawMethod · 0.80
drawLinesMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nSetAntiAliasMethod · 0.95

Tested by 1

executeMethod · 0.64