MCPcopy Index your code
hub / github.com/benfry/processing4 / copyImage

Method copyImage

core/src/processing/core/PShape.java:1635–1639  ·  view source on GitHub ↗
(PShape src, PShape dest)

Source from the content-addressed store, hash-verified

1633
1634 // TODO unapproved
1635 static protected void copyImage(PShape src, PShape dest) {
1636 if (src.image != null) {
1637 dest.texture(src.image);
1638 }
1639 }
1640
1641
1642

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