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

Method drawFoil

forge-gui-mobile/src/forge/Graphics.java:929–931  ·  view source on GitHub ↗
(float x, float y, float w, float h, float radius)

Source from the content-addressed store, hash-verified

927 }
928
929 public void drawFoil(float x, float y, float w, float h, float radius) {
930 drawFoil(x, y, w, h, radius, false);
931 }
932
933 public void drawFoil(float x, float y, float w, float h, float radius, boolean rotate) {
934 Texture image = Forge.getAssets().getHolofoil();

Callers 2

drawCardRoundRectMethod · 0.95
drawImageMethod · 0.95

Calls 10

getAssetsMethod · 0.95
drawRotatedImageMethod · 0.95
adjustXMethod · 0.95
adjustYMethod · 0.95
getHolofoilMethod · 0.80
getWidthMethod · 0.65
getHeightMethod · 0.65
drawMethod · 0.65
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected