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

/xsrc/external/mit/fonttosfnt/dist/
H A Dfonttosfnt.h158 } CmapRec, *CmapPtr; typedef in typeref:struct:_Cmap *
165 IndexSubTablePtr makeIndexSubTables(StrikePtr, CmapPtr);
167 CmapPtr makeCmap(FontPtr);
168 int findCode(CmapPtr, int);
169 BitmapPtr strikeBitmapIndex(StrikePtr, CmapPtr, int);
173 int maxIndex(CmapPtr);
H A Dstruct.c254 makeIndexSubTables(StrikePtr strike, CmapPtr cmap)
349 CmapPtr
352 CmapPtr cmap_head = NULL;
353 CmapPtr cmap_last = NULL;
354 CmapPtr cmap;
406 findCode(CmapPtr cmap_head, int index)
415 maxIndex(CmapPtr cmap_head)
421 strikeBitmapIndex(StrikePtr strike, CmapPtr cmap, int index)
H A Dwrite.c64 static CmapPtr current_cmap = NULL;
850 CmapPtr cmap;

Completed in 4 milliseconds