HomeSort by relevance Sort by last modified time
    Searched refs:achar_index (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/freetype/src/psaux/
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 );
    [all...]
  /external/freetype/src/psaux/
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 );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
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 );
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
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,
    [all...]
  /external/freetype/src/cff/
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,
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
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,
    [all...]

Completed in 299 milliseconds