Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dsdl_fonts.cpp64 typedef pair<TTF_Font *, int> ref_counted_ttf_font_t; typedef
65 typedef map<ttf_font_key_t, ref_counted_ttf_font_t> ttf_font_list_t;
285 ref_counted_ttf_font_t value(font, 1); in load_ttf_font()