MCPcopy Index your code
hub / github.com/processing/processing / hasTexture

Method hasTexture

core/src/processing/opengl/PShapeOpenGL.java:949–955  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

947
948
949 protected boolean hasTexture() {
950 if (family == GROUP) {
951 return textures != null && 0 < textures.size();
952 } else {
953 return image != null;
954 }
955 }
956
957
958 protected boolean hasTexture(PImage tex) {

Callers 2

removeTextureMethod · 0.95
untexChildMethod · 0.95

Calls 2

sizeMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected