|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | DRAWSTRING_ASPECT_SCALE(pos, text, sz, allow_colors) |
| #define DRAWSTRING_ASPECT_SCALE | ( | pos, | |
| text, | |||
| sz, | |||
| allow_colors ) |
Definition at line 88 of file draw.qc.
Referenced by drawcolorcodedstring_aspect(), drawcolorcodedstring_aspect_expanding(), drawstring_aspect(), and drawstring_aspect_expanding().
| void drawborderlines | ( | float | thickness, |
| vector | pos, | ||
| vector | dim, | ||
| vector | color, | ||
| float | theAlpha, | ||
| float | drawflag ) |
Definition at line 5 of file draw.qc.
References color, drawfill, and vector.
Referenced by GameTypeVote_DrawGameTypeItem(), and MapVote_DrawMapItem().
| void DrawCircleClippedPic | ( | vector | centre, |
| float | radi, | ||
| string | pic, | ||
| float | f, | ||
| vector | rgb, | ||
| float | a, | ||
| float | drawflag ) |
Definition at line 190 of file draw.qc.
References cos(), fabs(), HUD_Scale(), HUD_Shift(), M_PI, sin(), and vector.
Referenced by HUD_Crosshair(), and HUD_Draw().
| void drawcolorcodedstring_aspect | ( | vector | pos, |
| string | text, | ||
| vector | sz, | ||
| float | theAlpha, | ||
| float | drawflag ) |
Definition at line 116 of file draw.qc.
References drawcolorcodedstring, DRAWSTRING_ASPECT_SCALE, and vector.
Referenced by HUD_Mod_Race(), and HUD_Vote().
| void drawcolorcodedstring_aspect_expanding | ( | vector | pos, |
| string | text, | ||
| vector | sz, | ||
| float | theAlpha, | ||
| float | drawflag, | ||
| float | fadelerp ) |
Definition at line 155 of file draw.qc.
References drawcolorcodedstring_expanding(), DRAWSTRING_ASPECT_SCALE, and vector.
| void drawcolorcodedstring_expanding | ( | vector | position, |
| string | text, | ||
| vector | theScale, | ||
| float | theAlpha, | ||
| float | flag, | ||
| float | fadelerp ) |
Definition at line 144 of file draw.qc.
References drawcolorcodedstring, drawfontscale, expandingbox_resize_centered_box_offset(), expandingbox_sizefactor_from_fadelerp(), hud_scale, and vector.
Referenced by drawcolorcodedstring_aspect_expanding().
| void drawpic_aspect_skin_expanding | ( | vector | position, |
| string | pic, | ||
| vector | theScale, | ||
| vector | rgb, | ||
| float | theAlpha, | ||
| float | flag, | ||
| float | fadelerp ) |
Definition at line 61 of file draw.qc.
References drawpic_aspect_skin, expandingbox_resize_centered_box_offset(), expandingbox_sizefactor_from_fadelerp(), and vector.
Referenced by DrawAmmoNades(), DrawItemsTimeItem(), DrawNumIcon_expanding(), drawpic_aspect_skin_expanding_two(), HUD_Mod_Keepaway(), and HUD_Mod_TeamKeepaway().
| void drawpic_aspect_skin_expanding_two | ( | vector | position, |
| string | pic, | ||
| vector | theScale, | ||
| vector | rgb, | ||
| float | theAlpha, | ||
| float | flag, | ||
| float | fadelerp ) |
Definition at line 69 of file draw.qc.
References drawpic_aspect_skin_expanding(), drawpic_skin, and vector.
| void drawpic_tiled | ( | vector | pos, |
| string | pic, | ||
| vector | sz, | ||
| vector | area, | ||
| vector | color, | ||
| float | theAlpha, | ||
| float | drawflag ) |
Definition at line 24 of file draw.qc.
References color, drawsubpic(), HUD_Scale(), HUD_Shift(), min(), and vector.
Referenced by HUD_Panel_HlBorder(), Scoreboard_AccuracyStats_Draw(), Scoreboard_ItemStats_Draw(), Scoreboard_MakeTable(), Scoreboard_MapStats_Draw(), and Scoreboard_Rankings_Draw().
| void drawstring_aspect | ( | vector | pos, |
| string | text, | ||
| vector | sz, | ||
| vector | color, | ||
| float | theAlpha, | ||
| float | drawflag ) |
Definition at line 110 of file draw.qc.
References color, drawstring, DRAWSTRING_ASPECT_SCALE, and vector.
Referenced by DrawAmmoItem(), DrawAmmoNades(), DrawCAItem(), DrawDomItem(), DrawItemsTimeItem(), DrawNumIcon_expanding(), HUD_Draw(), HUD_EngineInfo(), HUD_Mod_LMS_Draw(), HUD_Mod_Race(), HUD_Mod_Survival(), HUD_Physics(), HUD_Score(), HUD_Score_Rankings(), HUD_Timer(), HUD_Vote(), race_showTime(), StrafeHUD_DrawTextIndicator(), and Weapons_Draw().
| void drawstring_aspect_expanding | ( | vector | pos, |
| string | text, | ||
| vector | sz, | ||
| vector | color, | ||
| float | theAlpha, | ||
| float | drawflag, | ||
| float | fadelerp ) |
Definition at line 139 of file draw.qc.
References color, DRAWSTRING_ASPECT_SCALE, drawstring_expanding(), and vector.
Referenced by DrawNumIcon_expanding(), and race_showTime().
| void drawstring_expanding | ( | vector | position, |
| string | text, | ||
| vector | theScale, | ||
| vector | rgb, | ||
| float | theAlpha, | ||
| float | flag, | ||
| float | fadelerp ) |
Definition at line 121 of file draw.qc.
References drawfontscale, drawstring, expandingbox_resize_centered_box_offset(), expandingbox_sizefactor_from_fadelerp(), HUD_Scale(), hud_scale, and vector.
Referenced by drawstring_aspect_expanding(), and HUD_RaceTimer().
Definition at line 55 of file draw.qc.
References vector.
Referenced by drawcolorcodedstring_expanding(), drawpic_aspect_skin_expanding(), and drawstring_expanding().
Definition at line 50 of file draw.qc.
Referenced by drawcolorcodedstring_expanding(), drawpic_aspect_skin_expanding(), and drawstring_expanding().
Definition at line 182 of file draw.qc.
References entity(), and PolyDrawModelSurface().
Referenced by DrawDebugModel().
Definition at line 161 of file draw.qc.
References entity(), SPA_TEXCOORDS0, and vector.
Referenced by PolyDrawModel().
Definition at line 75 of file draw.qc.
References drawfontscale, and vector.