Home
last modified time | relevance | path

Searched refs:glyph_sid (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/cff/
Dcffload.c917 FT_UShort glyph_sid; in cff_charset_load() local
968 if ( FT_READ_USHORT( glyph_sid ) ) in cff_charset_load()
984 if ( glyph_sid > 0xFFFFL - nleft ) in cff_charset_load()
987 " nleft=%d -> %ld\n", nleft, 0xFFFFL - glyph_sid )); in cff_charset_load()
988 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid ); in cff_charset_load()
992 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++ ) in cff_charset_load()
993 charset->sids[j] = glyph_sid; in cff_charset_load()
1641 FT_UShort glyph_sid; in cff_encoding_load() local
1789 if ( FT_READ_USHORT( glyph_sid ) ) in cff_encoding_load()
1793 encoding->sids[glyph_code] = glyph_sid; in cff_encoding_load()
[all …]
/external/freetype/src/psaux/
Dcffdecode.c425 FT_UShort glyph_sid; in cff_lookup_glyph_by_stdcharcode() local
455 glyph_sid = cffload->get_standard_encoding( (FT_UInt)charcode ); in cff_lookup_glyph_by_stdcharcode()
459 if ( cff->charset.sids[n] == glyph_sid ) in cff_lookup_glyph_by_stdcharcode()