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

  /external/freetype/src/cff/
cffload.c 834 FT_UShort max_cid = 0; local
837 if ( charset->max_cid > 0 )
842 if ( charset->sids[i] > max_cid )
843 max_cid = charset->sids[i];
846 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) )
855 charset->max_cid = max_cid;
870 if ( cid <= charset->max_cid )
882 charset->max_cid = 0;
    [all...]
cffobjs.c 853 cffface->num_glyphs = (FT_Long)( cff->charset.max_cid + 1 );
    [all...]
  /external/freetype/include/freetype/internal/
cfftypes.h 101 FT_UInt max_cid; member in struct:CFF_CharsetRec_

Completed in 86 milliseconds