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

Method DrawGetPicSize

client/src/main/java/jake2/client/refexport_t.java:78–78  ·  view source on GitHub ↗
(Dimension dim /* int *w, *h */, String name)

Source from the content-addressed store, hash-verified

76 void RenderFrame(refdef_t fd);
77
78 void DrawGetPicSize(Dimension dim /* int *w, *h */, String name);
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);

Callers 9

updateScreenMethod · 0.65
BannerMethod · 0.65
Main_DrawMethod · 0.65
Quit_DrawMethod · 0.65
DrawPauseMethod · 0.65
DrawLoadingMethod · 0.65
TouchPicsMethod · 0.65
UpdateScreen2Method · 0.65
MenuDrawMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

updateScreenMethod · 0.52