Home
last modified time | relevance | path

Searched refs:max_cid (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/cff/
Dcffload.c786 FT_UShort max_cid = 0; in cff_charset_compute_cids() local
789 if ( charset->max_cid > 0 ) in cff_charset_compute_cids()
794 if ( charset->sids[i] > max_cid ) in cff_charset_compute_cids()
795 max_cid = charset->sids[i]; in cff_charset_compute_cids()
798 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) in cff_charset_compute_cids()
807 charset->max_cid = max_cid; in cff_charset_compute_cids()
822 if ( cid <= charset->max_cid ) in cff_charset_cid_to_gindex()
834 charset->max_cid = 0; in cff_charset_free_cids()
Dcfftypes.h99 FT_UInt max_cid; member
Dcffobjs.c747 cffface->num_glyphs = cff->charset.max_cid + 1; in cff_face_init()