Searched refs:decoder_funcs (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/freetype/src/cff/ |
H A D | cffgload.c | 153 const CFF_Decoder_Funcs decoder_funcs = psaux->cff_decoder_funcs; 159 decoder_funcs->init( &decoder, face, 0, 0, 0, 0, 0, 0 ); 178 error = decoder_funcs->prepare( &decoder, size, glyph_index ); 180 error = decoder_funcs->parse_charstrings_old( &decoder, 215 const CFF_Decoder_Funcs decoder_funcs = psaux->cff_decoder_funcs; in cff_slot_load() local 481 decoder_funcs->init( &decoder, face, size, glyph, hinting, in cff_slot_load() 494 error = decoder_funcs->prepare( &decoder, size, glyph_index ); in cff_slot_load() 507 error = decoder_funcs->parse_charstrings_old( &decoder, in cff_slot_load() 516 error = decoder_funcs->parse_charstrings( &psdecoder, in cff_slot_load() 531 error = decoder_funcs->parse_charstrings( &psdecoder, in cff_slot_load()
|
/aosp_15_r20/external/freetype/src/type1/ |
H A D | t1gload.c | 52 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()
|