Searched refs:sids (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/cff/
H A Dcffload.c795 if ( charset->sids[i] > max_cid )
796 max_cid = charset->sids[i];
806 charset->cids[charset->sids[j]] = (FT_UShort)j;
848 FT_FREE( charset->sids );
881 /* Allocate memory for sids. */
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
886 charset->sids[0] = 0;
897 charset->sids[j] = FT_GET_USHORT();
938 /* Fill in the range of sids -- `nleft + 1' glyphs. */
940 charset->sids[
[all...]
H A Dcffcmap.c128 FT_UInt sid = charset->sids[idx];
147 if ( !charset->sids )
H A Dcfftypes.h84 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
96 FT_UShort* sids; member in struct:CFF_CharsetRec_
97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
H A Dcffdrivr.c248 sid = font->charset.sids[glyph_index];
284 sid = charset->sids[i];
550 c = cff->charset.sids[glyph_index];
H A Dcffgload.c619 if ( !cff->charset.sids )
631 if ( cff->charset.sids[n] == glyph_sid )

Completed in 54 milliseconds