Home
last modified time | relevance | path

Searched refs:FontStrOpt (Results 1 – 13 of 13) sorted by relevance

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/hud/
H A Dhud.c251 FontStrOpt("Player", svec2i(0, y), opts);
253 FontStrOpt("Lives", svec2i(0, y), opts);
255 FontStrOpt("Kills", svec2i(0, y), opts);
268 FontStrOpt(p->name, svec2i(0, y), opts);
275 FontStrOpt(buf, svec2i(0, y), opts);
281 FontStrOpt(buf, svec2i(0, y), opts);
452 FontStrOpt(s, svec2i_zero(), opts);
H A Dfps.c62 FontStrOpt(s, svec2i_zero(), opts); in FPSCounterDraw()
H A Dwall_clock.c68 FontStrOpt(s, svec2i_zero(), opts); in WallClockDraw()
H A Dhealth_gauge.c130 FontStrOpt(s, pos, fOpts); in HealthGaugeDraw()
H A Dplayer_hud.c185 FontStrOpt(buf, svec2i_zero(), opts); in DrawPlayerStatus()
276 FontStrOpt(s, r.Pos, opts); in DrawScore()
389 FontStrOpt(buf, svec2i_zero(), opts); in DrawWeaponStatus()
510 FontStrOpt(buf, svec2i(pos.x + GRENADES_WIDTH - 5, pos.y + 1), opts); in DrawGrenadeStatus()
H A Dhud_num_popup.c234 FontStrOpt(s, pos, opts); in DrawNumUpdate()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/
H A Dbriefing_screens.c131 FontStrOpt(buf, svec2i_zero(), opts); in CampaignIntroDraw()
339 FontStrOpt(mData->Title, svec2i_zero(), mData->TitleOpts); in MissionBriefingDraw()
341 FontStrOpt(mData->Password, svec2i_zero(), mData->PasswordOpts); in MissionBriefingDraw()
751 FontStrOpt(s, svec2i_zero(), opts); in MissionSummaryMenuDraw()
761 FontStrOpt("Failed", svec2i_zero(), opts); in MissionSummaryMenuDraw()
768 FontStrOpt(buf, svec2i_zero(), opts); in MissionSummaryMenuDraw()
772 FontStrOpt("Done", svec2i_zero(), opts); in MissionSummaryMenuDraw()
776 FontStrOpt("Bonus!", svec2i_zero(), opts); in MissionSummaryMenuDraw()
H A Dscreens_end.c392 FontStrOpt(CONGRATULATIONS, svec2i(0, y), opts); in VictoryDraw()
395 FontStrOpt(vd->Campaign->Setting.Title, svec2i(0, y), opts); in VictoryDraw()
H A Dmenu.c442 FontStrOpt( in ShowControls()
445 FontStrOpt( in ShowControls()
735 FontStrOpt(menu->u.normal.title, ms->pos, opts); in MenuDisplay()
770 FontStrOpt("Version: " CDOGS_SDL_VERSION, ms->pos, opts); in MenuDisplayItems()
H A Dmainmenu.c401 FontStrOpt(s, pos, opts); in CampaignsDisplayFilename()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dfont.h94 void FontStrOpt(const char *s, struct vec2i pos, const FontOpts opts);
H A Dfont.c274 void FontStrOpt(const char *s, struct vec2i pos, const FontOpts opts) in FontStrOpt() function
320 FontStrOpt(s, svec2i_zero(), opts); in FontStrCenter()
H A Dparticle.c549 FontStrOpt( in DrawParticle()