Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
main
Method · 0.95
loadImageX
Method · 0.95
getIconX
Method · 0.95
Calls
1
isRetina
Method · 0.95
Tested by
no test coverage detected