Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ copyImage
Method
copyImage
core/src/processing/core/PShape.java:1578–1582 ·
view source on GitHub ↗
(PShape src, PShape dest)
Source
from the content-addressed store, hash-verified
1576
1577
// TODO unapproved
1578
static
protected
void
copyImage(PShape src, PShape dest) {
1579
if
(src.image != null) {
1580
dest.texture(src.image);
1581
}
1582
}
1583
1584
1585
Callers
5
copyGroup
Method · 0.95
copyPrimitive
Method · 0.95
copyGeometry
Method · 0.95
copyPath
Method · 0.95
copyGroup
Method · 0.80
Calls
1
texture
Method · 0.45
Tested by
no test coverage detected