Home
last modified time | relevance | path

Searched refs:unicode_cmap_offset (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFileAnalysis.php254 $unicode_cmap_offset = 0;
263 if (!$unicode_cmap_offset) {
264 $unicode_cmap_offset = $cmap_offset + $offset;
270 $unicode_cmap_offset = $cmap_offset + $offset;
277 if (!$unicode_cmap_offset) {
292 $this->seek($unicode_cmap_offset + 4);
294 $limit = $unicode_cmap_offset + $length;
334 $this->seek($unicode_cmap_offset + 2);
336 $limit = $unicode_cmap_offset + $length;
DTTFontFile.php593 $unicode_cmap_offset = 0;
602 $unicode_cmap_offset = $cmap_offset + $offset;
608 $unicode_cmap_offset = $cmap_offset + $offset;
617 $this->getCMAP4($unicode_cmap_offset, $glyphToChar, $charToGlyph);
1016 $unicode_cmap_offset = 0;
1025 if (!$unicode_cmap_offset) {
1026 $unicode_cmap_offset = $cmap_offset + $offset;
1035 $unicode_cmap_offset = $cmap_offset + $offset;
1042 if (!$unicode_cmap_offset) {
1061 $this->seek($unicode_cmap_offset + 4);
[all …]
DOtlDump.php754 $unicode_cmap_offset = 0;
763 if (!$unicode_cmap_offset) {
764 $unicode_cmap_offset = $cmap_offset + $offset;
775 $unicode_cmap_offset = $cmap_offset + $offset;
783 if (!$unicode_cmap_offset) {
804 $this->seek($unicode_cmap_offset + 4);
806 $limit = $unicode_cmap_offset + $length;
838 $this->getCMAP4($unicode_cmap_offset, $glyphToChar, $charToGlyph);
4188 function getCMAP4($unicode_cmap_offset, &$glyphToChar, &$charToGlyph) argument
4191 $this->seek($unicode_cmap_offset + 2);
[all …]