Searched refs:achar_index (Results 1 – 2 of 2) sorted by relevance
193 FT_Int bchar_index, achar_index; in t1operator_seac() local233 achar_index = achar; in t1operator_seac()239 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); in t1operator_seac()242 if ( bchar_index < 0 || achar_index < 0 ) in t1operator_seac()274 subg->index = achar_index; in t1operator_seac()317 error = t1_decoder_parse_glyph( decoder, achar_index ); in t1operator_seac()
720 FT_Int bchar_index, achar_index; in cff_operator_seac() local743 achar_index = achar; in cff_operator_seac()752 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); in cff_operator_seac()755 if ( bchar_index < 0 || achar_index < 0 ) in cff_operator_seac()787 subg->index = achar_index; in cff_operator_seac()833 error = cff_get_glyph_data( face, achar_index, in cff_operator_seac()