MCPcopy Index your code
hub / github.com/processing/processing / highResImages

Method highResImages

app/src/processing/app/ui/Toolkit.java:901–903  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

899
900
901 static public boolean highResImages() {
902 return isRetina() || (zoom > 1);
903 }
904
905
906 static public boolean isRetina() {

Callers 3

mainMethod · 0.95
loadImageXMethod · 0.95
getIconXMethod · 0.95

Calls 1

isRetinaMethod · 0.95

Tested by

no test coverage detected