Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidgload.c271 error = psaux->t1_decoder_funcs->parse_charstrings_old( in cid_load_glyph()
277 error = psaux->t1_decoder_funcs->parse_metrics( in cid_load_glyph()
295 error = psaux->t1_decoder_funcs->parse_charstrings( in cid_load_glyph()
311 error = psaux->t1_decoder_funcs->parse_charstrings( in cid_load_glyph()
386 error = psaux->t1_decoder_funcs->init( &decoder,
415 psaux->t1_decoder_funcs->done( &decoder );
466 error = psaux->t1_decoder_funcs->init( &decoder, in cid_slot_load_glyph()
498 psaux->t1_decoder_funcs->done( &decoder ); in cid_slot_load_glyph()
612 psaux->t1_decoder_funcs->done( &decoder ); in cid_slot_load_glyph()
/external/freetype/src/psaux/
Dpsauxmod.c87 const T1_Decoder_FuncsRec t1_decoder_funcs = variable
155 &t1_decoder_funcs,
Dt1decode.h31 const T1_Decoder_FuncsRec t1_decoder_funcs; variable
Dt1decode.c2136 decoder->funcs = t1_decoder_funcs; in t1_decoder_init()
/external/freetype/src/type1/
Dt1gload.c52 const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs; in T1_Parse_Glyph_And_Get_Char_String()
227 error = psaux->t1_decoder_funcs->init( &decoder, in T1_Compute_Max_Advance()
269 psaux->t1_decoder_funcs->done( &decoder ); in T1_Compute_Max_Advance()
305 error = psaux->t1_decoder_funcs->init( &decoder, in T1_Get_Advances()
361 const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs; in T1_Load_Glyph()
/external/freetype/include/freetype/internal/
Dpsaux.h1346 const T1_Decoder_FuncsRec* t1_decoder_funcs; member