Searched refs:achar_index (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/freetype/src/psaux/ |
H A D | t1decode.c | 193 FT_Int bchar_index, achar_index; local 239 achar_index = achar; 245 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); 248 if ( bchar_index < 0 || achar_index < 0 ) 280 subg->index = achar_index; 323 error = t1_decoder_parse_glyph( decoder, achar_index );
|
/external/freetype/src/psaux/ |
H A D | t1decode.c | 193 FT_Int bchar_index, achar_index; local 239 achar_index = achar; 245 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); 248 if ( bchar_index < 0 || achar_index < 0 ) 280 subg->index = achar_index; 323 error = t1_decoder_parse_glyph( decoder, achar_index );
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
H A D | t1decode.c | 193 FT_Int bchar_index, achar_index; local 239 achar_index = achar; 245 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); 248 if ( bchar_index < 0 || achar_index < 0 ) 280 subg->index = achar_index; 323 error = t1_decoder_parse_glyph( decoder, achar_index );
|
/external/chromium_org/third_party/freetype/src/cff/ |
H A D | cffgload.c | 743 FT_Int bchar_index, achar_index; local 766 achar_index = achar; 775 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); 778 if ( bchar_index < 0 || achar_index < 0 ) 810 subg->index = achar_index; 856 error = cff_get_glyph_data( face, achar_index,
|
/external/freetype/src/cff/ |
H A D | cffgload.c | 739 FT_Int bchar_index, achar_index; local 762 achar_index = achar; 771 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); 774 if ( bchar_index < 0 || achar_index < 0 ) 806 subg->index = achar_index; 852 error = cff_get_glyph_data( face, achar_index,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
H A D | cffgload.c | 743 FT_Int bchar_index, achar_index; local 766 achar_index = achar; 775 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); 778 if ( bchar_index < 0 || achar_index < 0 ) 810 subg->index = achar_index; 856 error = cff_get_glyph_data( face, achar_index,
|
Completed in 92 milliseconds