Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php26 $this->version = $version = $this->read_ulong();
35 $this->version = $version = $this->read_ulong(); // TTC Header version now
42 $this->numTTCFonts = $this->read_ulong();
44 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
47 $this->version = $version = $this->read_ulong(); // TTFont version again now
64 $x[$i]['offset'] = $this->read_ulong();
204 $magic = $this->read_ulong();
244 $isFixedPitch = $this->read_ulong();
258 $offset = $this->read_ulong();
293 $length = $this->read_ulong();
[all...]
H A DTTFontFile.php264 $this->version = $version = $this->read_ulong();
280 $this->version = $version = $this->read_ulong(); // TTC Header version now
284 $this->numTTCFonts = $this->read_ulong();
286 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
289 $this->version = $version = $this->read_ulong(); // TTFont version again now
310 $record['offset'] = $this->read_ulong();
311 $record['length'] = $this->read_ulong();
453 function read_ulong() function in Mpdf\\TTFontFile
576 $this->version = $version = $this->read_ulong(); // TTC Header version now
580 $this->numTTCFonts = $this->read_ulong();
[all...]
H A DOtlDump.php195 $this->version = $version = $this->read_ulong();
211 $this->version = $version = $this->read_ulong(); // TTC Header version now
215 $this->numTTCFonts = $this->read_ulong();
217 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
220 $this->version = $version = $this->read_ulong(); // TTFont version again now
238 $record['offset'] = $this->read_ulong();
239 $record['length'] = $this->read_ulong();
372 function read_ulong() function in Mpdf\\OtlDump
589 $magic = $this->read_ulong();
696 $isFixedPitch = $this->read_ulong();
[all...]