Searched refs:bchar_index (Results 1 – 3 of 3) sorted by relevance
263 FT_Int bchar_index, achar_index; in t1operator_seac() local308 bchar_index = bchar; in t1operator_seac()314 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar ); in t1operator_seac()318 if ( bchar_index < 0 || achar_index < 0 ) in t1operator_seac()342 subg->index = bchar_index; in t1operator_seac()377 error = t1_decoder_parse_glyph( decoder, (FT_UInt)bchar_index ); in t1operator_seac()
223 FT_Int bchar_index, achar_index; in cff_operator_seac() local245 bchar_index = bchar; in cff_operator_seac()254 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar ); in cff_operator_seac()258 if ( bchar_index < 0 || achar_index < 0 ) in cff_operator_seac()282 subg->index = bchar_index; in cff_operator_seac()306 error = decoder->get_glyph_callback( face, (FT_UInt)bchar_index, in cff_operator_seac()
1300 CF2_Int bchar_index, achar_index; in cf2_interpT2CharString() local1357 bchar_index = bchar; in cf2_interpT2CharString()1363 bchar_index = t1_lookup_glyph_by_stdcharcode_ps( in cf2_interpT2CharString()1369 if ( bchar_index < 0 || achar_index < 0 ) in cf2_interpT2CharString()1399 subg->index = bchar_index; in cf2_interpT2CharString()1429 (FT_UInt)bchar_index, in cf2_interpT2CharString()