Home
last modified time | relevance | path

Searched refs:cids (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/
D_xxsubinterpretersmodule.c1180 int64_t *cids = NULL; in _channels_list_all() local
1192 cids = ids; in _channels_list_all()
1195 return cids; in _channels_list_all()
2320 int64_t *cids = _channels_list_all(&_globals.channels, &count); in channel_list_all() local
2321 if (cids == NULL) { in channel_list_all()
2331 int64_t *cur = cids; in channel_list_all()
2344 PyMem_Free(cids); in channel_list_all()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c849 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) in cff_charset_compute_cids()
857 charset->cids[charset->sids[i]] = (FT_UShort)i; in cff_charset_compute_cids()
875 result = charset->cids[cid]; in cff_charset_cid_to_gindex()
885 FT_FREE( charset->cids ); in cff_charset_free_cids()
1085 FT_FREE( charset->cids ); in cff_charset_load()
Dcffgload.c219 cff->charset.cids ) in cff_slot_load()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h103 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.213592 * src/cff/cffgload.c (cff_slot_load): Take care of empty `cids'
3595 * src/cff/cffload.c (cff_charset_done): Free `cids' array.
3596 (cff_font_load): Create cids array only for CID-keyed fonts which
3681 * src/cff/cfftypes.h (CFF_CharsetRec): New field `cids', used for
3684 Initialize charset->cids if `invert' is set.
DChangeLog.245270 max_cid after detecting max CID. The array CFF_Charset->cids is