Searched refs:achar_index (Results 1 – 3 of 3) sorted by relevance
263 FT_Int bchar_index, achar_index; in t1operator_seac() local309 achar_index = achar; in t1operator_seac()315 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); in t1operator_seac()318 if ( bchar_index < 0 || achar_index < 0 ) in t1operator_seac()350 subg->index = achar_index; in t1operator_seac()402 error = t1_decoder_parse_glyph( decoder, (FT_UInt)achar_index ); in t1operator_seac()
223 FT_Int bchar_index, achar_index; in cff_operator_seac() local246 achar_index = achar; in cff_operator_seac()255 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); in cff_operator_seac()258 if ( bchar_index < 0 || achar_index < 0 ) in cff_operator_seac()290 subg->index = achar_index; in cff_operator_seac()336 error = decoder->get_glyph_callback( face, (FT_UInt)achar_index, in cff_operator_seac()
1300 CF2_Int bchar_index, achar_index; in cf2_interpT2CharString() local1358 achar_index = achar; in cf2_interpT2CharString()1365 achar_index = t1_lookup_glyph_by_stdcharcode_ps( in cf2_interpT2CharString()1369 if ( bchar_index < 0 || achar_index < 0 ) in cf2_interpT2CharString()1407 subg->index = achar_index; in cf2_interpT2CharString()1469 (FT_UInt)achar_index, in cf2_interpT2CharString()