Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php93 $N = $this->get_chunk($string_data_offset + $x[$i]['offset'] , $x[$i]['length'] );
157 $N = $this->get_chunk($string_data_offset + $offset, $length);
H A DTTFontFile.php325 $table = $this->get_chunk($t['offset'], $t['length']);
514 function get_chunk($pos, $length) function in Mpdf\\TTFontFile
719 $N = $this->get_chunk($string_data_offset + $offset, $length);
3760 $data = $this->get_chunk($glyfOffset + $glyphPos, $glyphLen);
4384 $data = $this->get_chunk($glyfOffset + $glyphPos, $glyphLen);
4539 $data = $this->get_chunk($start, $numberOfHMetrics * 4);
4581 $data = $this->get_chunk(($start + $numberOfHMetrics * 4), ($numGlyphs * 2));
4630 $data = $this->get_chunk($start, ($numGlyphs * 2) + 2);
4636 $data = $this->get_chunk($start, ($numGlyphs * 4) + 4);
H A DOtlDump.php252 $table = $this->get_chunk($t['offset'], $t['length']);
433 function get_chunk($pos, $length) function in Mpdf\\OtlDump
512 $N = $this->get_chunk($string_data_offset + $offset, $length);
4084 $data = $this->get_chunk($start, ($numberOfHMetrics * 4));
4121 $data = $this->get_chunk(($start + $numberOfHMetrics * 4), ($numGlyphs * 2));
4169 $data = $this->get_chunk($start, ($numGlyphs * 2) + 2);
4176 $data = $this->get_chunk($start, ($numGlyphs * 4) + 4);