HomeSort by relevance Sort by last modified time
    Searched refs:bchar_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
238 bchar_index = bchar;
244 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar );
248 if ( bchar_index < 0 || achar_index < 0 )
272 subg->index = bchar_index;
301 error = t1_decoder_parse_glyph( decoder, bchar_index );
    [all...]
  /external/freetype/src/psaux/
t1decode.c 193 FT_Int bchar_index, achar_index; local
238 bchar_index = bchar;
244 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar );
248 if ( bchar_index < 0 || achar_index < 0 )
272 subg->index = bchar_index;
301 error = t1_decoder_parse_glyph( decoder, bchar_index );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1decode.c 193 FT_Int bchar_index, achar_index; local
238 bchar_index = bchar;
244 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar );
248 if ( bchar_index < 0 || achar_index < 0 )
272 subg->index = bchar_index;
301 error = t1_decoder_parse_glyph( decoder, bchar_index );
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 743 FT_Int bchar_index, achar_index; local
765 bchar_index = bchar;
774 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar );
778 if ( bchar_index < 0 || achar_index < 0 )
802 subg->index = bchar_index;
826 error = cff_get_glyph_data( face, bchar_index,
    [all...]
  /external/freetype/src/cff/
cffgload.c 739 FT_Int bchar_index, achar_index; local
761 bchar_index = bchar;
770 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar );
774 if ( bchar_index < 0 || achar_index < 0 )
798 subg->index = bchar_index;
822 error = cff_get_glyph_data( face, bchar_index,
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.c 743 FT_Int bchar_index, achar_index; local
765 bchar_index = bchar;
774 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar );
778 if ( bchar_index < 0 || achar_index < 0 )
802 subg->index = bchar_index;
826 error = cff_get_glyph_data( face, bchar_index,
    [all...]

Completed in 109 milliseconds