Searched refs:subtable_offset (Results 1 – 2 of 2) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | Otl.php | 1313 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) { 1317 …$shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this-… 1366 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) { 1370 …$shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this-… 1422 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) { 1426 …$shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this-… 1479 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) { 1512 …$shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this-… 1546 …Special($lu, $c, $ptr, $currGlyph, $currGID, $nextGlyph, $nextGID, ($subtable_offset - $this->GSUB… 1564 …kupID, $subtable, $ptr, $currGlyph, $currGID, $nextGlyph, $nextGID, $subtable_offset, $Type, $LuCo… argument [all …]
|
D | OtlDump.php | 3256 $subtable_offset = $Lookup[$luli]['Subtables'][$c]; 3257 $this->seek($subtable_offset); 3269 $Coverage = $subtable_offset + $this->read_ushort(); 3315 $Coverage = $subtable_offset + $this->read_ushort(); 3370 $Coverage = $subtable_offset + $this->read_ushort(); 3380 $PairSetOffset[] = $subtable_offset + $this->read_ushort(); 3447 $ClassDef1 = $subtable_offset + $this->read_ushort(); 3448 $ClassDef2 = $subtable_offset + $this->read_ushort(); 3460 $this->seek($subtable_offset + 16); 3541 $Coverage = $subtable_offset + $this->read_ushort(); [all …]
|