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

Method isRetina

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

Source from the content-addressed store, hash-verified

904
905
906 static public boolean isRetina() {
907 if (retinaProp == null) {
908 retinaProp = checkRetina();
909 }
910 return retinaProp;
911 }
912
913
914 // This should probably be reset each time there's a display change.

Callers 3

offscreenGraphicsMethod · 0.95
prepareGraphicsMethod · 0.95
highResImagesMethod · 0.95

Calls 1

checkRetinaMethod · 0.95

Tested by

no test coverage detected