Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dsdl_fonts.cpp517 TTF_GlyphMetrics(get_ttf(style), mac_roman_to_unicode(static_cast<char>(c)), 0, 0, 0, 0, &advance); in char_width()
532 TTF_SizeUTF8(get_ttf(style), temp, &width, 0); in _text_width()
537 TTF_SizeUNICODE(get_ttf(style), temp, &width, 0); in _text_width()
548 TTF_SizeUNICODE(get_ttf(style), temp, &width, 0); in _trunc_text()
557 TTF_SizeUNICODE(get_ttf(style), temp, &width, 0); in _trunc_text()
H A Dscreen_drawing.cpp547 text_surface = TTF_RenderUTF8_Blended(get_ttf(style), temp, c); in _draw_text()
549 text_surface = TTF_RenderUTF8_Solid(get_ttf(style), temp, c); in _draw_text()
555 text_surface = TTF_RenderUNICODE_Blended(get_ttf(style), temp, c); in _draw_text()
557 text_surface = TTF_RenderUNICODE_Solid(get_ttf(style), temp, c); in _draw_text()
563 dst_rect.y = y - TTF_FontAscent(get_ttf(style)); in _draw_text()
590 …inScreenUpdateRect(x, y - TTF_FontAscent(get_ttf(style)), text_width(text, style, utf8), TTF_FontH… in _draw_text()
H A Dsdl_fonts.h142 TTF_Font *get_ttf(uint16 style) const { return m_styles[style & (styleBold | styleItalic)]; } in get_ttf() function
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/
H A Dotf.c2295 get_ttf(void) in get_ttf() function
3447 get_ttf(); in otft42()
3542 get_ttf(); in otfget()