Home
last modified time | relevance | path

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

/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpangocoretext-fontmap.c1193 PangoFontDescription *best_description = NULL; in find_best_match() local
1203 if (pango_font_description_better_match (description, best_description, in find_best_match()
1206 pango_font_description_free (best_description); in find_best_match()
1207 best_description = new_desc; in find_best_match()
1214 if (best_description) in find_best_match()
1216 pango_font_description_free (best_description); in find_best_match()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator-definitions.cc489 XML_GET_LOCALE_STRING_FROM_TEXT(child, description, best_description, next_best_description)\
536 description = ""; best_description = false; next_best_description = false;\
714 …bool best_title, next_best_title, best_category_title, next_best_category_title, best_description,… in loadDefinitions() local