Home
last modified time | relevance | path

Searched refs:achar_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
239 achar_index = achar; in t1operator_seac()
245 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); in t1operator_seac()
248 if ( bchar_index < 0 || achar_index < 0 ) in t1operator_seac()
280 subg->index = achar_index; in t1operator_seac()
323 error = t1_decoder_parse_glyph( decoder, achar_index ); in t1operator_seac()
/external/freetype/src/psaux/
Dt1decode.c193 FT_Int bchar_index, achar_index; in t1operator_seac() local
239 achar_index = achar; in t1operator_seac()
245 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); in t1operator_seac()
248 if ( bchar_index < 0 || achar_index < 0 ) in t1operator_seac()
280 subg->index = achar_index; in t1operator_seac()
323 error = t1_decoder_parse_glyph( decoder, (FT_UInt)achar_index ); in t1operator_seac()
/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c739 FT_Int bchar_index, achar_index; in cff_operator_seac() local
762 achar_index = achar; in cff_operator_seac()
771 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); in cff_operator_seac()
774 if ( bchar_index < 0 || achar_index < 0 ) in cff_operator_seac()
806 subg->index = achar_index; in cff_operator_seac()
852 error = cff_get_glyph_data( face, achar_index, in cff_operator_seac()
/external/freetype/src/cff/
Dcffgload.c739 FT_Int bchar_index, achar_index; in cff_operator_seac() local
762 achar_index = achar; in cff_operator_seac()
771 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); in cff_operator_seac()
774 if ( bchar_index < 0 || achar_index < 0 ) in cff_operator_seac()
806 subg->index = achar_index; in cff_operator_seac()
852 error = cff_get_glyph_data( face, (FT_UInt)achar_index, in cff_operator_seac()