MCPcopy Create free account
hub / github.com/demoth/jake2 / DrawStretchPic

Method DrawStretchPic

client/src/main/java/jake2/client/refexport_t.java:81–81  ·  view source on GitHub ↗
(int x, int y, int w, int h, String name)

Source from the content-addressed store, hash-verified

79 // will return 0 0 if not found
80 void DrawPic(int x, int y, String name);
81 void DrawStretchPic(int x, int y, int w, int h, String name);
82 void DrawChar(int x, int y, int num); // num is 8 bit ASCII
83 void DrawTileClear(int x, int y, int w, int h, String name);
84 void DrawFill(int x, int y, int w, int h, int c);

Callers 4

updateScreenMethod · 0.65
updateScreenMethod · 0.65
updateScreenMethod · 0.65
DrawConsoleMethod · 0.65

Implementers 2

DummyRendererclient/src/main/java/jake2/client/rend
LwjglRendererclient/src/main/java/jake2/client/rend

Calls

no outgoing calls

Tested by 3

updateScreenMethod · 0.52
updateScreenMethod · 0.52
updateScreenMethod · 0.52