Searched refs:decoder_funcs (Results 1 – 2 of 2) sorted by relevance
| /external/freetype/src/cff/ |
| D | cffgload.c | 146 const CFF_Decoder_Funcs decoder_funcs = psaux->cff_decoder_funcs; 152 decoder_funcs->init( &decoder, face, 0, 0, 0, 0, 0, 0 ); 171 error = decoder_funcs->prepare( &decoder, size, glyph_index ); 173 error = decoder_funcs->parse_charstrings_old( &decoder, 208 const CFF_Decoder_Funcs decoder_funcs = psaux->cff_decoder_funcs; in cff_slot_load() local 407 decoder_funcs->init( &decoder, face, size, glyph, hinting, in cff_slot_load() 425 error = decoder_funcs->prepare( &decoder, size, glyph_index ); in cff_slot_load() 432 error = decoder_funcs->parse_charstrings_old( &decoder, in cff_slot_load() 441 error = decoder_funcs->parse_charstrings( &psdecoder, in cff_slot_load() 456 error = decoder_funcs->parse_charstrings( &psdecoder, in cff_slot_load()
|
| /external/freetype/src/type1/ |
| D | t1gload.c | 53 const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs; in T1_Parse_Glyph_And_Get_Char_String() local 92 error = decoder_funcs->parse_charstrings_old( in T1_Parse_Glyph_And_Get_Char_String() 98 error = decoder_funcs->parse_metrics( in T1_Parse_Glyph_And_Get_Char_String() 114 error = decoder_funcs->parse_charstrings( in T1_Parse_Glyph_And_Get_Char_String() 130 error = decoder_funcs->parse_charstrings( in T1_Parse_Glyph_And_Get_Char_String() 362 const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs; in T1_Load_Glyph() local 413 error = decoder_funcs->init( &decoder, in T1_Load_Glyph() 453 decoder_funcs->done( &decoder ); in T1_Load_Glyph() 602 decoder_funcs->done( &decoder ); in T1_Load_Glyph()
|