Home
last modified time | relevance | path

Searched refs:nextAvailableFontCharCode (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js35341 var nextAvailableFontCharCode = PRIVATE_USE_AREAS[privateUseAreaIndex][0];
35352 if (nextAvailableFontCharCode > privateUseOffetEnd) {
35360 nextAvailableFontCharCode = PRIVATE_USE_AREAS[privateUseAreaIndex][0];
35364 var fontCharCode = nextAvailableFontCharCode++;
35377 nextAvailableFontCharCode: nextAvailableFontCharCode property
37155 newMapping.charCodeToGlyphId[newMapping.nextAvailableFontCharCode] = glyphId;
37156 return newMapping.nextAvailableFontCharCode++;
Dpdf.worker.js.map1nextAvailableFontCharCode","privateUseOffetEnd","originalCharCode","glyphId","charCodeToGlyphId","…