Searched refs:get_font_path (Results 1 – 3 of 3) sorted by relevance
56 const char * (*get_font_path)(const char * font_family); member
1545 if(!hal_funcs.get_font_path) { in _render_text()1548 const char * font_path = hal_funcs.get_font_path(text->family); in _render_text()1619 if(!hal_funcs.get_font_path) { in _render_span()1622 const char * font_path = hal_funcs.get_font_path(span->family); in _render_span()
125 static const char * get_font_path(const char * font_family) in get_font_path() function137 .get_font_path = get_font_path,