Searched refs:cids (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member in struct:CFF_CharsetRec_
H A Dcffload.c799 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) )
806 charset->cids[charset->sids[j]] = (FT_UShort)j;
824 result = charset->cids[cid];
834 FT_FREE( charset->cids );
1034 FT_FREE( charset->cids );
H A Dcffgload.c2629 cff->charset.cids )
/external/freetype/src/cff/
H A Dcfftypes.h97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member in struct:CFF_CharsetRec_
H A Dcffload.c806 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) )
813 charset->cids[charset->sids[j]] = (FT_UShort)j;
831 result = charset->cids[cid];
841 FT_FREE( charset->cids );
1041 FT_FREE( charset->cids );
H A Dcffgload.c2625 cff->charset.cids )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member in struct:CFF_CharsetRec_
H A Dcffload.c799 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) )
806 charset->cids[charset->sids[j]] = (FT_UShort)j;
824 result = charset->cids[cid];
834 FT_FREE( charset->cids );
1034 FT_FREE( charset->cids );
H A Dcffgload.c2633 cff->charset.cids )

Completed in 1317 milliseconds