MCPcopy 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

copyGroupMethod · 0.95
copyPrimitiveMethod · 0.95
copyGeometryMethod · 0.95
copyPathMethod · 0.95
copyGroupMethod · 0.80

Calls 1

textureMethod · 0.45

Tested by

no test coverage detected