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

  /external/freetype/src/cff/
cffload.c 795 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();
930 /* try to rescue some of the SIDs if `nleft' is too large */
938 /* Fill in the range of sids -- `nleft + 1' glyphs. *
    [all...]
cffcmap.c 128 FT_UInt sid = charset->sids[idx];
147 if ( !charset->sids )
cfftypes.h 84 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 */
cffdrivr.c 248 sid = font->charset.sids[glyph_index];
284 sid = charset->sids[i];
550 c = cff->charset.sids[glyph_index];
cffgload.c 619 if ( !cff->charset.sids )
631 if ( cff->charset.sids[n] == glyph_sid )
    [all...]

Completed in 37 milliseconds