Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_font.cpp388 static int R_FontMakeChunks (const font_t* f, const char* text, int maxWidth, longlines_t method, i… in R_FontMakeChunks() function
450 return R_FontMakeChunks(f, text, maxWidth, method, lines, aborted); in R_FontMakeChunks()
504 chunksUsed = R_FontMakeChunks(f, text, maxWidth, method, &lines, &aborted); in R_FontWrapText()