Home
last modified time | relevance | path

Searched refs:subtable_offset (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php1313 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1317 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $tag, 0, $tagInt);
1366 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1370 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $tag, 0, $tagInt);
1422 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1426 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $usetag, 0, $tagInt);
1479 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1512 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $usetag, $is_old_spec, $tagInt);
1546 $shift = $this->_applyGSUBsubtableSpecial($lu, $c, $ptr, $currGlyph, $currGID, $nextGlyph, $nextGID, ($subtable_offset - $this->GSUB_offset), $Type, $this->GSLuCoverage[$lu][$c]);
1564 function _applyGSUBsubtableSpecial($lookupID, $subtable, $ptr, $currGlyph, $currGID, $nextGlyph, $nextGID, $subtable_offset, argument
1633 _applyGSUBsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $level, $currentTag, $is_old_spec, $tagInt) global() argument
3282 _applyGPOSsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $tag, $level, $is_old_spec) global() argument
[all...]
H A DOtlDump.php3256 $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
[all...]