Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c837 FT_UShort max_cid = 0; in cff_charset_compute_cids() local
840 if ( charset->max_cid > 0 ) in cff_charset_compute_cids()
845 if ( charset->sids[i] > max_cid ) in cff_charset_compute_cids()
846 max_cid = charset->sids[i]; in cff_charset_compute_cids()
849 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) in cff_charset_compute_cids()
859 charset->max_cid = max_cid; in cff_charset_compute_cids()
874 if ( cid <= charset->max_cid ) in FT_LOCAL_DEF()
886 charset->max_cid = 0; in cff_charset_free_cids()
H A Dcffobjs.c867 cffface->num_glyphs = (FT_Long)( cff->charset.max_cid + 1 ); in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcfftypes.h105 FT_UInt max_cid; member

Completed in 5 milliseconds