Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcffload.c911 FT_UShort glyph_sid; in cff_charset_load() local
962 if ( FT_READ_USHORT( glyph_sid ) ) in cff_charset_load()
978 if ( glyph_sid > 0xFFFFL - nleft ) in cff_charset_load()
981 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid )); in cff_charset_load()
982 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid ); in cff_charset_load()
986 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++ ) in cff_charset_load()
987 charset->sids[j] = glyph_sid; in cff_charset_load()
1635 FT_UShort glyph_sid; in cff_encoding_load() local
1783 if ( FT_READ_USHORT( glyph_sid ) ) in cff_encoding_load()
1787 encoding->sids[glyph_code] = glyph_sid; in cff_encoding_load()
[all …]
/external/freetype/src/psaux/
Dcffdecode.c426 FT_UShort glyph_sid; in cff_lookup_glyph_by_stdcharcode() local
456 glyph_sid = cffload->get_standard_encoding( (FT_UInt)charcode ); in cff_lookup_glyph_by_stdcharcode()
460 if ( cff->charset.sids[n] == glyph_sid ) in cff_lookup_glyph_by_stdcharcode()