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

  /external/freetype/src/psaux/
t1decode.c 193 FT_Int bchar_index, achar_index; local
233 achar_index = achar;
239 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar );
242 if ( bchar_index < 0 || achar_index < 0 )
274 subg->index = achar_index;
317 error = t1_decoder_parse_glyph( decoder, achar_index );
    [all...]
  /external/freetype/src/cff/
cffgload.c 720 FT_Int bchar_index, achar_index; local
743 achar_index = achar;
752 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar );
755 if ( bchar_index < 0 || achar_index < 0 )
787 subg->index = achar_index;
833 error = cff_get_glyph_data( face, achar_index,
    [all...]

Completed in 65 milliseconds