Home
last modified time | relevance | path

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

/external/freetype/src/type1/
Dt1gload.c245 decoder.subrs_hash = type1->subrs_hash; in T1_Compute_Max_Advance()
323 decoder.subrs_hash = type1->subrs_hash; in T1_Get_Advances()
431 decoder.subrs_hash = type1->subrs_hash; in T1_Load_Glyph()
Dt1load.h48 FT_Hash subrs_hash; member
Dt1load.c1763 if ( !loader->subrs_hash ) in parse_subrs()
1765 if ( FT_NEW( loader->subrs_hash ) ) in parse_subrs()
1768 error = ft_hash_num_init( loader->subrs_hash, memory ); in parse_subrs()
1831 if ( loader->subrs_hash ) in parse_subrs()
1833 ft_hash_num_insert( idx, count, loader->subrs_hash, memory ); in parse_subrs()
2490 ft_hash_num_free( loader->subrs_hash, memory ); in t1_done_loader()
2491 FT_FREE( loader->subrs_hash ); in t1_done_loader()
2625 type1->subrs_hash = loader.subrs_hash; in T1_Open_Face()
2629 loader.subrs_hash = NULL; in T1_Open_Face()
Dt1objs.c248 ft_hash_num_free( type1->subrs_hash, memory ); in T1_Face_Done()
249 FT_FREE( type1->subrs_hash ); in T1_Face_Done()
Dt1driver.c350 if ( type1->subrs_hash ) in t1_ps_get_font_value()
354 type1->subrs_hash ); in t1_ps_get_font_value()
/external/freetype/include/freetype/internal/
Dt1types.h113 FT_Hash subrs_hash; member
Dpsaux.h958 FT_Hash subrs_hash; /* used if `num_subrs' was massaged */ member
/external/freetype/src/psaux/
Dt1decode.c1446 if ( decoder->subrs_hash ) in t1_decoder_parse_charstrings()
1449 decoder->subrs_hash ); in t1_decoder_parse_charstrings()
1985 if ( decoder->subrs_hash ) in t1_decoder_parse_metrics()
1988 decoder->subrs_hash ); in t1_decoder_parse_metrics()
Dpsobjs.c2448 ps_decoder->locals_hash = t1_decoder->subrs_hash; in ps_decoder_init()
/external/freetype/src/cid/
Dcidgload.c153 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.