Home
last modified time | relevance | path

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

/external/freetype/src/type1/
Dt1gload.c246 decoder.subrs_hash = type1->subrs_hash; in T1_Compute_Max_Advance()
324 decoder.subrs_hash = type1->subrs_hash; in T1_Get_Advances()
433 decoder.subrs_hash = type1->subrs_hash; in T1_Load_Glyph()
Dt1load.c1662 if ( !loader->subrs_hash ) in parse_subrs()
1664 if ( FT_NEW( loader->subrs_hash ) ) in parse_subrs()
1667 error = ft_hash_num_init( loader->subrs_hash, memory ); in parse_subrs()
1730 if ( loader->subrs_hash ) in parse_subrs()
1732 ft_hash_num_insert( idx, count, loader->subrs_hash, memory ); in parse_subrs()
2390 ft_hash_num_free( loader->subrs_hash, memory ); in t1_done_loader()
2391 FT_FREE( loader->subrs_hash ); in t1_done_loader()
2525 type1->subrs_hash = loader.subrs_hash; in T1_Open_Face()
2529 loader.subrs_hash = NULL; in T1_Open_Face()
Dt1load.h49 FT_Hash subrs_hash; member
Dt1objs.c249 ft_hash_num_free( type1->subrs_hash, memory ); in T1_Face_Done()
250 FT_FREE( type1->subrs_hash ); in T1_Face_Done()
Dt1driver.c349 if ( type1->subrs_hash ) in t1_ps_get_font_value()
353 type1->subrs_hash ); in t1_ps_get_font_value()
/external/freetype/include/freetype/internal/
Dt1types.h116 FT_Hash subrs_hash; member
Dpsaux.h966 FT_Hash subrs_hash; /* used if `num_subrs' was massaged */ member
/external/freetype/src/psaux/
Dt1decode.c1440 if ( decoder->subrs_hash ) in t1_decoder_parse_charstrings()
1443 decoder->subrs_hash ); in t1_decoder_parse_charstrings()
Dpsobjs.c2441 ps_decoder->locals_hash = t1_decoder->subrs_hash; in ps_decoder_init()
/external/freetype/src/cid/
Dcidgload.c154 decoder->subrs_hash = NULL; in cid_load_glyph()
/external/freetype/
DChangeLog.261704 (T1_FontRec): Add `subrs_hash' field.
1707 (T1_DecoderRec): Add `subrs_hash' field.
1709 * src/type1/t1load.h (T1_LoaderRec): Add `subrs_hash' field.