MCPcopy Create free account
hub / github.com/Card-Forge/forge / startClip

Method startClip

forge-gui-mobile/src/forge/Graphics.java:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 public boolean startClip() {
131 return startClip(0, 0, bounds.width, bounds.height);
132 }
133
134 public boolean startClip(float x, float y, float w, float h) {
135 batch.flush(); //must flush batch to prevent other things not rendering

Callers 3

drawRepeatingImageMethod · 0.95
drawTextMethod · 0.95
createPreviewMethod · 0.95

Calls 5

adjustXMethod · 0.95
adjustYMethod · 0.95
isEmptyMethod · 0.65
flushMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected