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

/xsrc/external/mit/fonttosfnt/dist/
H A Dwrite.c64 static CmapPtr current_cmap = NULL; variable in typeref:typename:CmapPtr
332 current_cmap = makeCmap(font);
333 if(current_cmap == NULL) {
344 numglyphs = maxIndex(current_cmap) + 1;
361 strike->indexSubTables = makeIndexSubTables(strike, current_cmap);
623 BitmapPtr bitmap = strikeBitmapIndex(strike, current_cmap, i);
767 strikeBitmapIndex(strike, current_cmap,
771 if(strikeBitmapIndex(strike, current_cmap, i)->location -
797 strikeBitmapIndex(strike, current_cmap,
801 strikeBitmapIndex(strike, current_cmap,
[all...]

Completed in 3 milliseconds