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

  /external/freetype/src/psaux/
t1decode.c 192 FT_Int bchar_index, achar_index; local
231 bchar_index = bchar;
237 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar );
241 if ( bchar_index < 0 || achar_index < 0 )
265 subg->index = bchar_index;
294 error = t1_decoder_parse_glyph( decoder, bchar_index );
    [all...]
  /external/freetype/src/cff/
cffgload.c 721 FT_Int bchar_index, achar_index; local
743 bchar_index = bchar;
752 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar );
756 if ( bchar_index < 0 || achar_index < 0 )
780 subg->index = bchar_index;
804 error = cff_get_glyph_data( face, bchar_index,
    [all...]

Completed in 234 milliseconds