Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/fonts/
H A Dandroid.c119 char *psz_lc = ToLower( psz_name ); in Android_Nougat_ParseFamily() local
120 if( unlikely( !psz_lc ) ) in Android_Nougat_ParseFamily()
125 free( psz_lc ); in Android_Nougat_ParseFamily()
228 char *psz_lc = NULL; in Android_Legacy_ParseFamily() local
260 if( unlikely( !psz_lc ) ) in Android_Legacy_ParseFamily()
282 free( psz_lc ); in Android_Legacy_ParseFamily()
435 char *psz_lc = ToLower( psz_family ); in Android_GetFamily() local
436 if( unlikely( !psz_lc ) ) in Android_GetFamily()
442 free( psz_lc ); in Android_GetFamily()
458 if( unlikely( !psz_lc ) ) in Android_GetFallbacks()
[all …]
H A Dfontconfig.c113 char *psz_lc = ToLower( psz_family ); in FontConfig_GetFamily() local
115 if( unlikely( !psz_lc ) ) in FontConfig_GetFamily()
123 free( psz_lc ); in FontConfig_GetFamily()
127 p_family = NewFamily( p_filter, psz_lc, &p_sys->p_families, in FontConfig_GetFamily()
128 &p_sys->family_map, psz_lc ); in FontConfig_GetFamily()
130 free( psz_lc ); in FontConfig_GetFamily()
210 char *psz_lc = ToLower( psz_family ); in FontConfig_GetFallbacks() local
212 if( unlikely( !psz_lc ) ) in FontConfig_GetFallbacks()
219 free( psz_lc ); in FontConfig_GetFallbacks()
256 free( psz_lc ); in FontConfig_GetFallbacks()
[all …]
H A Ddarwin.c132 char *psz_lc = ToLower(psz_family); in CoreText_GetFamily() local
133 if (unlikely(!psz_lc)) { in CoreText_GetFamily()
138 vlc_family_t *p_family = vlc_dictionary_value_for_key(&p_sys->family_map, psz_lc); in CoreText_GetFamily()
140 free(psz_lc); in CoreText_GetFamily()
191 p_family = NewFamily(p_filter, psz_lc, &p_sys->p_families, &p_sys->family_map, psz_lc); in CoreText_GetFamily()
224 free(psz_lc); in CoreText_GetFamily()
H A Dwin32.c402 char *psz_lc = ToLower( psz_family ); in Win32_GetFamily() local
404 if( unlikely( !psz_lc ) ) in Win32_GetFamily()
408 vlc_dictionary_value_for_key( &p_sys->family_map, psz_lc ); in Win32_GetFamily()
410 free( psz_lc ); in Win32_GetFamily()
535 char *psz_lc = ToLower( psz_family ); in Win32_GetFallbacks() local
537 if( unlikely( !psz_lc ) ) in Win32_GetFallbacks()
540 p_fallbacks = vlc_dictionary_value_for_key( &p_sys->fallback_map, psz_lc ); in Win32_GetFallbacks()
553 psz_uniscribe = UniscribeFallback( psz_lc, codepoint ); in Win32_GetFallbacks()
578 psz_lc, p_family ); in Win32_GetFallbacks()
582 free( psz_lc ); in Win32_GetFallbacks()
H A Ddwrite.cpp602 char *psz_lc = ToLower( psz_family ); in DWrite_GetFamily() local
603 if( unlikely( !psz_lc ) ) in DWrite_GetFamily()
607 ( vlc_family_t * ) vlc_dictionary_value_for_key( &p_sys->family_map, psz_lc ); in DWrite_GetFamily()
609 free( psz_lc ); in DWrite_GetFamily()
788 char *psz_lc = ToLower( psz_family ); in DWrite_GetFallbacks() local
790 if( unlikely( !psz_lc ) ) in DWrite_GetFallbacks()
793 p_fallbacks = ( vlc_family_t * ) vlc_dictionary_value_for_key( &p_sys->fallback_map, psz_lc ); in DWrite_GetFallbacks()
806 psz_fallback = DWrite_Fallback( p_filter, psz_lc, codepoint ); in DWrite_GetFallbacks()
831 psz_lc, p_family ); in DWrite_GetFallbacks()
835 free( psz_lc ); in DWrite_GetFallbacks()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/playlist/
H A Dshoutcast.c218 char *psz_lc = NULL; /* listener count */ in DemuxStation() local
268 p = &psz_lc; in DemuxStation()
328 SADD_INFO( N_("Listeners"), psz_lc ); in DemuxStation()
346 FREENULL( psz_lc ); in DemuxStation()
361 FREENULL( psz_lc ); in DemuxStation()
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/
H A Dplatform_fonts.c256 char *psz_lc = NULL; in NewFamily() local
260 psz_lc = strdup( psz_name ); in NewFamily()
262 psz_lc = ToLower( psz_key ); in NewFamily()
265 if( unlikely( !p_family || !psz_name || !psz_lc ) ) in NewFamily()
269 free( psz_lc ); in NewFamily()
280 vlc_family_t *p_root = vlc_dictionary_value_for_key( p_dict, psz_lc ); in NewFamily()
284 vlc_dictionary_insert( p_dict, psz_lc, p_family ); in NewFamily()
287 free( psz_lc ); in NewFamily()
H A Dfreetype.c324 char *psz_lc = NULL; in LoadFontsFromAttachments() local
362 psz_lc = ToLower( p_face->family_name ); in LoadFontsFromAttachments()
364 if( asprintf( &psz_lc, FB_NAME"-%04d", in LoadFontsFromAttachments()
366 psz_lc = NULL; in LoadFontsFromAttachments()
368 if( unlikely( !psz_lc ) ) in LoadFontsFromAttachments()
372 vlc_dictionary_value_for_key( &p_sys->family_map, psz_lc ); in LoadFontsFromAttachments()
377 &p_sys->family_map, psz_lc ); in LoadFontsFromAttachments()
383 free( psz_lc ); in LoadFontsFromAttachments()
384 psz_lc = NULL; in LoadFontsFromAttachments()
433 if( psz_lc ) in LoadFontsFromAttachments()
[all …]