Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_font.c36 if (font_hash) in _elm_font_properties_get()
80 else if ((font_hash) && (!eina_hash_find(*font_hash, font))) in _elm_font_properties_get()
86 if (!*font_hash) *font_hash = eina_hash_string_superfast_new(NULL); in _elm_font_properties_get()
98 return font_hash; in _elm_font_available_hash_add()
176 font_hash = NULL; in elm_font_available_hash_add()
180 font_hash = _elm_font_available_hash_add(font_hash, "Sans:style=Regular"); in elm_font_available_hash_add()
181 font_hash = _elm_font_available_hash_add(font_hash, "Sans:style=Bold"); in elm_font_available_hash_add()
182 font_hash = _elm_font_available_hash_add(font_hash, "Sans:style=Oblique"); in elm_font_available_hash_add()
185 font_hash = _elm_font_available_hash_add(font_hash, "Serif:style=Bold"); in elm_font_available_hash_add()
194 if (key) font_hash = _elm_font_available_hash_add(font_hash, key); in elm_font_available_hash_add()
[all …]
H A Delm_priv.h784 Elm_Font_Properties *_elm_font_properties_get(Eina_Hash **font_hash,
786 Eina_Hash *_elm_font_available_hash_add(Eina_Hash *font_hash,
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_font.c189 if (font_hash) efp = eina_hash_find(*font_hash, name); in _e_font_fontconfig_name_parse()
219 if (font_hash) efp = eina_hash_find(*font_hash, font); in _e_font_fontconfig_name_parse()
238 return font_hash; in _e_font_available_hash_add()
248 font_hash = NULL; in e_font_available_list_parse()
251 font_hash = _e_font_available_hash_add(font_hash, "Sans:style=Regular"); in e_font_available_list_parse()
252 font_hash = _e_font_available_hash_add(font_hash, "Sans:style=Bold"); in e_font_available_list_parse()
253 font_hash = _e_font_available_hash_add(font_hash, "Sans:style=Oblique"); in e_font_available_list_parse()
256 font_hash = _e_font_available_hash_add(font_hash, "Serif:style=Regular"); in e_font_available_list_parse()
257 font_hash = _e_font_available_hash_add(font_hash, "Serif:style=Bold"); in e_font_available_list_parse()
267 font_hash = _e_font_available_hash_add(font_hash, key); in e_font_available_list_parse()
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-font.c33 static GHashTable *font_hash; variable
76 GOFont *font = g_hash_table_lookup (font_hash, desc); in go_font_new_by_desc()
94 g_hash_table_insert (font_hash, font->desc, font); in go_font_new_by_desc()
159 g_hash_table_remove (font_hash, font->desc); in go_font_unref()
381 font_hash = g_hash_table_new_full ( in _go_fonts_init()
401 g_hash_table_destroy (font_hash); in _go_fonts_shutdown()
402 font_hash = NULL; in _go_fonts_shutdown()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/sylk/
H A Dsylk-write.c56 font_hash (gconstpointer s_) in font_hash() function
79 GHashTable *font_hash; member
203 n = GPOINTER_TO_UINT (g_hash_table_lookup (state->font_hash, style)); in sylk_write_style()
258 if (!g_hash_table_lookup_extended (state->font_hash, st, NULL, NULL)) { in cb_sylk_collect_styles()
260 g_hash_table_insert (state->font_hash, (gpointer)st, GUINT_TO_POINTER (n)); in cb_sylk_collect_styles()
402 state.font_hash = g_hash_table_new (font_hash, font_equal); in sylk_file_save()
413 g_hash_table_destroy (state.font_hash); in sylk_file_save()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/conf_theme/
H A De_int_config_fonts.c118 Eina_Hash *font_hash; member
318 e_font_available_hash_free(cfdata->font_hash); in _free_data()
978 efp = eina_hash_find(cfdata->font_hash, cfdata->cur_font); in _adv_font_cb_change()
1076 if (!cfdata->font_hash) in _font_list_load()
1081 cfdata->font_hash = e_font_available_list_parse(fonts); in _font_list_load()
1082 eina_hash_foreach(cfdata->font_hash, _font_hash_cb, cfdata); in _font_list_load()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dxft.c540 PHash font_hash; in find_good_font_by_family() local
563 font_hash = ( in find_good_font_by_family()
568 if ( hash_fetch( font_hash, f.family, len)) in find_good_font_by_family()
582 hash_store( font_hash, f.family, len, duplicate_string(f.name)); in find_good_font_by_family()
594 PHash font_hash = (fc_spacing == FC_MONO) ? mono_fonts : prop_fonts; in find_good_font_by_family() local
595 c = hash_fetch( font_hash, f->family, strlen(f->family)); in find_good_font_by_family()
625 if ( !hash_fetch( guts. font_hash, &key, sizeof(FontKey))) { in xft_store_font()
632 hash_store( guts. font_hash, &key, sizeof( FontKey), kf); in xft_store_font()
721 if (( kf = hash_fetch( guts. font_hash, &key, sizeof( FontKey)))) { in prima_xft_font_pick()
732 if ( !( kf = hash_fetch( guts. font_hash, &key, sizeof( FontKey)))) { in prima_xft_font_pick()
[all …]
H A Dapc_font.c622 guts. font_hash = hash_create(); in prima_init_font_subsystem()
957 if ( guts. font_hash) { in prima_cleanup_font_subsystem()
958 hash_first_that( guts. font_hash, (void*)free_rotated_entries, NULL, NULL, NULL); in prima_cleanup_font_subsystem()
959 hash_destroy( guts. font_hash, false); in prima_cleanup_font_subsystem()
960 guts. font_hash = NULL; in prima_cleanup_font_subsystem()
1027 kf = hash_fetch( guts. font_hash, &key, sizeof( FontKey)); in prima_find_known_font()
1054 hash_store( guts. font_hash, key, sizeof( FontKey), kf); in add_font_to_cache()
1381 if ( !hash_fetch( guts. font_hash, &key, sizeof( FontKey))) { in detail_font_info()
1390 if ( !hash_fetch( guts. font_hash, &key, sizeof( FontKey))) { in detail_font_info()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libass/
H A Dass_cache.c39 static unsigned font_hash(void *buf, size_t len) in font_hash() function
324 return ass_cache_create(font_hash, font_compare, font_destruct, in ass_font_cache_create()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libass/
H A Dass_cache.c39 static unsigned font_hash(void *buf, size_t len) in font_hash() function
324 return ass_cache_create(font_hash, font_compare, font_destruct, in ass_font_cache_create()
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/
H A Dpango-system-font-single.patch366 + return g_hash_table_lookup (fontmap->font_hash, key);
382 + tmp = g_hash_table_lookup (ctfontmap->font_hash, key);
397 font = g_hash_table_lookup (fontmap->font_hash, &key);
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpangocoretext-private.h91 GHashTable *font_hash; member
H A Dpangofc-fontmap.c147 GHashTable *font_hash; /* Maps PangoFcFontKey -> PangoFcFont */ member
1415 priv->font_hash = g_hash_table_new ((GHashFunc)pango_fc_font_key_hash, in pango_fc_font_map_init()
1457 g_hash_table_destroy (priv->font_hash); in pango_fc_font_map_fini()
1458 priv->font_hash = NULL; in pango_fc_font_map_fini()
1591 g_hash_table_insert (priv->font_hash, key_copy, fcfont); in pango_fc_font_map_add()
1608 if (priv->font_hash && in _pango_fc_font_map_remove()
1609 fcfont == g_hash_table_lookup (priv->font_hash, key)) in _pango_fc_font_map_remove()
1611 g_hash_table_remove (priv->font_hash, key); in _pango_fc_font_map_remove()
1955 fcfont = g_hash_table_lookup (priv->font_hash, &key); in pango_fc_font_map_new_font()
2650 g_hash_table_foreach (priv->font_hash, (GHFunc) shutdown_font, fcfontmap); in pango_fc_font_map_shutdown()
H A Dpangocoretext-fontmap.c781 g_hash_table_destroy (fontmap->font_hash); in pango_core_text_font_map_finalize()
1155 g_hash_table_insert (ctfontmap->font_hash, key_copy, ctfont); in pango_core_text_font_map_add()
1171 font = g_hash_table_lookup (fontmap->font_hash, &key); in pango_core_text_font_map_new_font()
1441 ctfontmap->font_hash = g_hash_table_new_full ((GHashFunc)pango_core_text_font_key_hash, in pango_core_text_font_map_init()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_cache.c39 static unsigned font_hash(void *buf, size_t len) in font_hash() function
385 return ass_cache_create(font_hash, font_compare, font_destruct, in ass_font_cache_create()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_cache.c39 static unsigned font_hash(void *buf, size_t len) in font_hash() function
385 return ass_cache_create(font_hash, font_compare, font_destruct, in ass_font_cache_create()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_cache.c39 static unsigned font_hash(void *buf, size_t len) in font_hash() function
385 return ass_cache_create(font_hash, font_compare, font_destruct, in ass_font_cache_create()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_cache.c39 static unsigned font_hash(void *buf, size_t len) in font_hash() function
385 return ass_cache_create(font_hash, font_compare, font_destruct, in ass_font_cache_create()
/dports/multimedia/libass/libass-0.15.2/libass/
H A Dass_cache.c60 .hash_func = font_hash,
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dconfig.c41 Eina_Hash *font_hash; member
132 elm_font_available_hash_del(fndata.font_hash); in config_exit()
133 fndata.font_hash = NULL; in config_exit()
2600 efp = eina_hash_find(fndata.font_hash, sel_font); in _font_names_list_sel()
2783 fndata.font_hash = elm_font_available_hash_add(evas_fonts); in _fonts_data_fill()
2951 eina_hash_foreach(fndata.font_hash, _font_list_fill, &names_list); in _font_names_list_load()
/dports/x11-fonts/fcft/fcft/
H A Dfcft.c834 font_hash(size_t count, const char *names[static count], const char *attributes) in font_hash() function
859 uint64_t hash = font_hash(count, names, attributes); in fcft_from_name()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h594 PHash font_hash; member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktext.c2758 font_hash (gconstpointer font) in font_hash() function
2772 font_cache_table = g_hash_table_new (font_hash, (GEqualFunc) gdk_font_equal); in get_text_font()
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog11440 font_hash => kik_map_hash_int