MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / toggleAntiAlias

Method toggleAntiAlias

platform/java/example/Viewer.java:713–720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

711 }
712
713 protected void toggleAntiAlias() {
714 int newAntialias = number != 0 ? number : (antialias == 8 ? 0 : 8);
715 if (newAntialias - antialias == 0)
716 return;
717
718 antialias = newAntialias;
719 render();
720 }
721
722 protected void toggleICC() {
723 icc = !icc;

Callers 1

canvasKeyTypedMethod · 0.95

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected