MCPcopy Index your code
hub / github.com/benfry/processing4 / highResMultiply

Method highResMultiply

app/src/processing/app/ui/Toolkit.java:1145–1147  ·  view source on GitHub ↗
(int amount)

Source from the content-addressed store, hash-verified

1143
1144
1145 static public int highResMultiply(int amount) {
1146 return highResImages() ? 2*amount : amount;
1147 }
1148
1149
1150 static public boolean isRetina() {

Callers 1

svgToImageMultMethod · 0.95

Calls 1

highResImagesMethod · 0.95

Tested by

no test coverage detected