Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcffobjs.c459 FT_Int32 family_name_length, style_name_length; in remove_style() local
462 family_name_length = (FT_Int32)ft_strlen( family_name ); in remove_style()
465 if ( family_name_length > style_name_length ) in remove_style()
472 if ( family_name[family_name_length - idx] != in remove_style()
480 idx = family_name_length - style_name_length - 1; in remove_style()