Home
last modified time | relevance | path

Searched refs:bchar_index (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/freetype/src/psaux/
Dt1decode.c193 FT_Int bchar_index, achar_index; in t1operator_seac() local
238 bchar_index = bchar; in t1operator_seac()
244 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar ); in t1operator_seac()
248 if ( bchar_index < 0 || achar_index < 0 ) in t1operator_seac()
272 subg->index = bchar_index; in t1operator_seac()
301 error = t1_decoder_parse_glyph( decoder, bchar_index ); in t1operator_seac()
/external/freetype/src/psaux/
Dt1decode.c193 FT_Int bchar_index, achar_index; in t1operator_seac() local
238 bchar_index = bchar; in t1operator_seac()
244 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar ); in t1operator_seac()
248 if ( bchar_index < 0 || achar_index < 0 ) in t1operator_seac()
272 subg->index = bchar_index; in t1operator_seac()
301 error = t1_decoder_parse_glyph( decoder, (FT_UInt)bchar_index ); in t1operator_seac()
/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c739 FT_Int bchar_index, achar_index; in cff_operator_seac() local
761 bchar_index = bchar; in cff_operator_seac()
770 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar ); in cff_operator_seac()
774 if ( bchar_index < 0 || achar_index < 0 ) in cff_operator_seac()
798 subg->index = bchar_index; in cff_operator_seac()
822 error = cff_get_glyph_data( face, bchar_index, in cff_operator_seac()
/external/freetype/src/cff/
Dcffgload.c739 FT_Int bchar_index, achar_index; in cff_operator_seac() local
761 bchar_index = bchar; in cff_operator_seac()
770 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar ); in cff_operator_seac()
774 if ( bchar_index < 0 || achar_index < 0 ) in cff_operator_seac()
798 subg->index = bchar_index; in cff_operator_seac()
822 error = cff_get_glyph_data( face, (FT_UInt)bchar_index, in cff_operator_seac()