MCPcopy Create free account
hub / github.com/JACoders/OpenJK / UI_DrawThumbNail

Function UI_DrawThumbNail

code/ui/ui_connect.cpp:45–48  ·  view source on GitHub ↗

================= UI_DrawThumbNail ================= */

Source from the content-addressed store, hash-verified

43 =================
44 */
45void UI_DrawThumbNail( float x, float y, float w, float h, byte *pic )
46{
47 ui.DrawStretchRaw( x, y, w, h, SG_SCR_WIDTH, SG_SCR_HEIGHT, pic, 0, qtrue );
48}
49#endif
50
51/*

Callers 1

UI_DrawConnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected