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

  /external/freetype/src/cff/
cffload.c 851 FT_UShort glyph_sid; local
915 if ( FT_READ_USHORT( glyph_sid ) )
932 if ( glyph_sid >= 65000L )
940 if ( nleft > 65000L - 1L || glyph_sid >= 65000L - nleft )
943 nleft = ( FT_UInt )( 65000L - 1L - glyph_sid );
947 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++ )
948 charset->sids[j] = glyph_sid;
1072 FT_UShort glyph_sid; local
    [all...]
cffgload.c 616 FT_UShort glyph_sid; local
628 glyph_sid = cff_get_standard_encoding( (FT_UInt)charcode );
632 if ( cff->charset.sids[n] == glyph_sid )
    [all...]

Completed in 609 milliseconds