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

  /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, (FT_UInt)achar_index );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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, (FT_UInt)achar_index );
    [all...]
  /external/pdfium/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, (FT_UInt)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, (FT_UInt)achar_index,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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, (FT_UInt)achar_index,
    [all...]
  /external/pdfium/third_party/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, (FT_UInt)achar_index,
    [all...]

Completed in 1963 milliseconds