Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidgload.c183 error = psaux->t1_decoder_funcs->parse_charstrings_old( in cid_load_glyph()
189 error = psaux->t1_decoder_funcs->parse_metrics( in cid_load_glyph()
207 error = psaux->t1_decoder_funcs->parse_charstrings( in cid_load_glyph()
223 error = psaux->t1_decoder_funcs->parse_charstrings( in cid_load_glyph()
298 error = psaux->t1_decoder_funcs->init( &decoder,
327 psaux->t1_decoder_funcs->done( &decoder );
378 error = psaux->t1_decoder_funcs->init( &decoder, in cid_slot_load_glyph()
411 psaux->t1_decoder_funcs->done( &decoder ); in cid_slot_load_glyph()
525 psaux->t1_decoder_funcs->done( &decoder ); in cid_slot_load_glyph()
/external/freetype/src/psaux/
Dpsauxmod.c88 const T1_Decoder_FuncsRec t1_decoder_funcs = variable
156 &t1_decoder_funcs,
Dt1decode.h32 const T1_Decoder_FuncsRec t1_decoder_funcs; variable
Dt1decode.c1988 decoder->funcs = t1_decoder_funcs; in t1_decoder_init()
/external/freetype/src/type1/
Dt1gload.c53 const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs; in T1_Parse_Glyph_And_Get_Char_String()
228 error = psaux->t1_decoder_funcs->init( &decoder, in T1_Compute_Max_Advance()
270 psaux->t1_decoder_funcs->done( &decoder ); in T1_Compute_Max_Advance()
306 error = psaux->t1_decoder_funcs->init( &decoder, in T1_Get_Advances()
362 const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs; in T1_Load_Glyph()
/external/freetype/include/freetype/internal/
Dpsaux.h1361 const T1_Decoder_FuncsRec* t1_decoder_funcs; member