Searched refs:bchar_index (Results 1 – 2 of 2) sorted by relevance
192 FT_Int bchar_index, achar_index; in t1operator_seac() local231 bchar_index = bchar; in t1operator_seac()237 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar ); in t1operator_seac()241 if ( bchar_index < 0 || achar_index < 0 ) in t1operator_seac()265 subg->index = bchar_index; in t1operator_seac()294 error = t1_decoder_parse_glyph( decoder, bchar_index ); in t1operator_seac()
721 FT_Int bchar_index, achar_index; in cff_operator_seac() local743 bchar_index = bchar; in cff_operator_seac()752 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar ); in cff_operator_seac()756 if ( bchar_index < 0 || achar_index < 0 ) in cff_operator_seac()780 subg->index = bchar_index; in cff_operator_seac()804 error = cff_get_glyph_data( face, bchar_index, in cff_operator_seac()