Home
last modified time | relevance | path

Searched refs:decoder_funcs (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/cff/
Dcffgload.c145 const CFF_Decoder_Funcs decoder_funcs = psaux->cff_decoder_funcs;
151 decoder_funcs->init( &decoder, face, 0, 0, 0, 0, 0, 0 );
170 error = decoder_funcs->prepare( &decoder, size, glyph_index );
172 error = decoder_funcs->parse_charstrings_old( &decoder,
207 const CFF_Decoder_Funcs decoder_funcs = psaux->cff_decoder_funcs; in cff_slot_load() local
404 decoder_funcs->init( &decoder, face, size, glyph, hinting, in cff_slot_load()
422 error = decoder_funcs->prepare( &decoder, size, glyph_index ); in cff_slot_load()
429 error = decoder_funcs->parse_charstrings_old( &decoder, in cff_slot_load()
438 error = decoder_funcs->parse_charstrings( &psdecoder, in cff_slot_load()
453 error = decoder_funcs->parse_charstrings( &psdecoder, in cff_slot_load()
/external/freetype/src/type1/
Dt1gload.c52 const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs; in T1_Parse_Glyph_And_Get_Char_String() local
91 error = decoder_funcs->parse_charstrings_old( in T1_Parse_Glyph_And_Get_Char_String()
97 error = decoder_funcs->parse_metrics( in T1_Parse_Glyph_And_Get_Char_String()
113 error = decoder_funcs->parse_charstrings( in T1_Parse_Glyph_And_Get_Char_String()
129 error = decoder_funcs->parse_charstrings( in T1_Parse_Glyph_And_Get_Char_String()
361 const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs; in T1_Load_Glyph() local
412 error = decoder_funcs->init( &decoder, in T1_Load_Glyph()
451 decoder_funcs->done( &decoder ); in T1_Load_Glyph()
600 decoder_funcs->done( &decoder ); in T1_Load_Glyph()