MCPcopy Create free account
hub / github.com/benfry/processing4 / getDisplayDensity

Method getDisplayDensity

core/src/processing/awt/ShimAWT.java:109–111  ·  view source on GitHub ↗
(int num)

Source from the content-addressed store, hash-verified

107
108
109 static public int getDisplayDensity(int num) {
110 return getInstance().displayDensityImpl(num);
111 }
112
113
114 /*

Callers 1

displayDensityMethod · 0.95

Calls 2

getInstanceMethod · 0.95
displayDensityImplMethod · 0.80

Tested by

no test coverage detected