Searched refs:idDelta (Results 1 – 9 of 9) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFileAnalysis.php | 350 $idDelta = []; 352 $idDelta[] = $this->read_short(); 381 $glyph = ($unichar + $idDelta[$n]) & 0xFFFF; 390 $glyph = ($glyph + $idDelta[$n]) & 0xFFFF;
|
| D | TTFontFile.php | 3695 $idDelta = -($start - $subrange[0]); 3697 $cmap[] = $idDelta; // idDelta(s) 4300 $idDelta = -($start - $subrange[0]); 4302 $cmap[] = $idDelta; // idDelta(s) 4672 $idDelta = []; 4675 $idDelta[] = $this->read_short(); 4689 $glyph = ($unichar + $idDelta[$n]) & 0xFFFF; 4698 $glyph = ($glyph + $idDelta[$n]) & 0xFFFF; 4926 $idDelta = -($start - $subrange[0]); 4927 $cmap[] = $idDelta; // idDelta(s)
|
| D | OtlDump.php | 4207 $idDelta = []; 4209 $idDelta[] = $this->read_short(); 4221 $glyph = ($unichar + $idDelta[$n]) & 0xFFFF; 4230 $glyph = ($glyph + $idDelta[$n]) & 0xFFFF;
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 30329 …var code, count, endCode, glyphId, glyphIds, i, idDelta, idRangeOffset, index, saveOffset, segCoun… variable 30367 idDelta = (function() { function 30397 glyphId = code + idDelta[i]; 30402 glyphId += idDelta[i];
|
| D | pdfmake.min.js.map | 1 …idDelta","idRangeOffset","saveOffset","segCount","segCountX2","startCode","_k","language","charMap…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 52612 idDelta: r.int16, 52676 idDelta: new r.LazyArray(r.int16, 'segCount'), 56250 _gid = codepoint + cmap.idDelta.get(mid); 56255 _gid += cmap.idDelta.get(mid); 56377 var delta = cmap.idDelta.get(_i);
|
| D | pdfmake.min.js | 2 …idDelta:g.int16,idRangeOffset:g.uint16}),W=new g.Struct({startCharCode:g.uint32,endCharCode:g.uint…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 47069 ranges[i].idDelta = getUshort(data, p); 47098 idDelta: getLong(data, p + 8) - getLong(data, p) property 47169 … gid = ranges[l].idDelta + (ranges[l].ids ? ranges[l].ids[code - ranges[l].start] : code) & 0xFFFF;
|
| D | pdf.worker.js.map | 1 …idDelta","gsubrs","isCFFCIDFont","cmds","numberOfContours","arg1","arg2","scale01","scale10","subg…
|