Searched refs:buffer_max (Results 1 – 6 of 6) sorted by relevance
41 FT_UInt buffer_max );
157 FT_UInt buffer_max ) in sfnt_get_glyph_name() argument165 FT_STRCPYN( buffer, gname, buffer_max ); in sfnt_get_glyph_name()
228 FT_UInt buffer_max ) in cff_get_glyph_name() argument253 FT_STRCPYN( buffer, gname, buffer_max ); in cff_get_glyph_name()
2955 FT_UInt buffer_max );
878 FT_UInt buffer_max );
3579 FT_UInt buffer_max ) in FT_Get_Glyph_Name() argument3585 if ( buffer && buffer_max > 0 ) in FT_Get_Glyph_Name()3600 error = service->get_name( face, glyph_index, buffer, buffer_max ); in FT_Get_Glyph_Name()