Home
last modified time | relevance | path

Searched refs:ghFontHandle (Results 1 – 2 of 2) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_credits.cpp38 qhandle_t ghFontHandle = 0; variable
73 iStrLenPixels = cgi_R_Font_StrLenPixels(str.c_str(), ghFontHandle, gfFontScale); in GetPixelLength()
241 ghFontHandle = cgs.media.qhFontMedium; in CG_Credits_Init()
508 …const int iFontHeight = (int) (1.5f * (float) cgi_R_Font_HeightPixels(ghFontHandle, gfFontScale));… in CG_Credits_Draw()
566 …cgi_R_Font_DrawString(iXpos, iYpos, CreditCard.strTitle.c_str(), gv4Color, ghFontHandle, -1, gfFon… in CG_Credits_Draw()
575 …cgi_R_Font_DrawString(iXpos, iYpos, StringAndSize.c_str(), gv4Color, ghFontHandle, -1, gfFontScale… in CG_Credits_Draw()
639 …cgi_R_Font_DrawString(iXpos, iYpos, CreditLine.strText.c_str(), gv4Color, ghFontHandle, -1, gfFont… in CG_Credits_Draw()
648 …cgi_R_Font_DrawString(iXpos, iYpos, StringAndSize.c_str(), gv4Color, ghFontHandle, -1, gfFontScale… in CG_Credits_Draw()
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_credits.cpp38 qhandle_t ghFontHandle = 0; variable
73 iStrLenPixels = cgi_R_Font_StrLenPixels(str.c_str(), ghFontHandle, gfFontScale); in GetPixelLength()
228 ghFontHandle = cgs.media.qhFontMedium; in CG_Credits_Init()
490 …const int iFontHeight = (int) (1.5f * (float) cgi_R_Font_HeightPixels(ghFontHandle, gfFontScale));… in CG_Credits_Draw()
548 …cgi_R_Font_DrawString(iXpos, iYpos, CreditCard.strTitle.c_str(), gv4Color, ghFontHandle, -1, gfFon… in CG_Credits_Draw()
557 …cgi_R_Font_DrawString(iXpos, iYpos, StringAndSize.c_str(), gv4Color, ghFontHandle, -1, gfFontScale… in CG_Credits_Draw()
621 …cgi_R_Font_DrawString(iXpos, iYpos, CreditLine.strText.c_str(), gv4Color, ghFontHandle, -1, gfFont… in CG_Credits_Draw()
630 …cgi_R_Font_DrawString(iXpos, iYpos, StringAndSize.c_str(), gv4Color, ghFontHandle, -1, gfFontScale… in CG_Credits_Draw()