/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 196 PS_Decoder psdecoder; in cid_load_glyph() local 200 psaux->ps_decoder_init( &psdecoder, decoder, TRUE ); in cid_load_glyph() 205 psdecoder.current_subfont = &subfont; in cid_load_glyph() 208 &psdecoder, in cid_load_glyph() 224 &psdecoder, in cid_load_glyph()
|
/third_party/freetype/src/cid/ |
D | cidgload.c | 191 PS_Decoder psdecoder; in cid_load_glyph() local 195 psaux->ps_decoder_init( &psdecoder, decoder, TRUE ); in cid_load_glyph() 200 psdecoder.current_subfont = &subfont; in cid_load_glyph() 203 &psdecoder, in cid_load_glyph() 219 &psdecoder, in cid_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 191 PS_Decoder psdecoder; in cid_load_glyph() local 195 psaux->ps_decoder_init( &psdecoder, decoder, TRUE ); in cid_load_glyph() 200 psdecoder.current_subfont = &subfont; in cid_load_glyph() 203 &psdecoder, in cid_load_glyph() 219 &psdecoder, in cid_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 53 PS_Decoder psdecoder; in T1_Parse_Glyph_And_Get_Char_String() local 107 psaux->ps_decoder_init( &psdecoder, decoder, TRUE ); in T1_Parse_Glyph_And_Get_Char_String() 111 psdecoder.current_subfont = &subfont; in T1_Parse_Glyph_And_Get_Char_String() 114 &psdecoder, in T1_Parse_Glyph_And_Get_Char_String() 130 &psdecoder, in T1_Parse_Glyph_And_Get_Char_String()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 54 PS_Decoder psdecoder; in T1_Parse_Glyph_And_Get_Char_String() local 108 psaux->ps_decoder_init( &psdecoder, decoder, TRUE ); in T1_Parse_Glyph_And_Get_Char_String() 112 psdecoder.current_subfont = &subfont; in T1_Parse_Glyph_And_Get_Char_String() 115 &psdecoder, in T1_Parse_Glyph_And_Get_Char_String() 131 &psdecoder, in T1_Parse_Glyph_And_Get_Char_String()
|
/third_party/freetype/src/type1/ |
D | t1gload.c | 53 PS_Decoder psdecoder; in T1_Parse_Glyph_And_Get_Char_String() local 107 psaux->ps_decoder_init( &psdecoder, decoder, TRUE ); in T1_Parse_Glyph_And_Get_Char_String() 111 psdecoder.current_subfont = &subfont; in T1_Parse_Glyph_And_Get_Char_String() 114 &psdecoder, in T1_Parse_Glyph_And_Get_Char_String() 130 &psdecoder, in T1_Parse_Glyph_And_Get_Char_String()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.c | 201 PS_Decoder psdecoder; in cff_slot_load() local 436 psaux->ps_decoder_init( &psdecoder, &decoder, FALSE ); 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()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.c | 202 PS_Decoder psdecoder; in cff_slot_load() local 439 psaux->ps_decoder_init( &psdecoder, &decoder, FALSE ); 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()
|
/third_party/freetype/src/cff/ |
D | cffgload.c | 209 PS_Decoder psdecoder; in cff_slot_load() local 514 psaux->ps_decoder_init( &psdecoder, &decoder, FALSE ); 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()
|