Home
last modified time | relevance | path

Searched refs:seqIndex (Results 1 – 2 of 2) sorted by path

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php2171 $seqIndex = $rule['SubstLookupRecord'][$b]['SequenceIndex'];
2173 // GENERATE exampleI[<seqIndex] .... exampleI[>seqIndex]
2176 if ($seqIndex > 0) {
2178 for ($ip = 0; $ip < $seqIndex; $ip++) {
2183 if (count($inputGlyphs) > ($seqIndex + 1)) {
2185 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2190 $html .= '<div class="sequenceIndex">Substitution Position: ' . $seqIndex . '</div>';
2196 // Pass $inputGlyphs[$seqIndex] e.g. 00636|00645|00656
2198 $html .= $this->_getGSUBarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex],
2812 _makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex) global() argument
2882 _makeGSUBinputReplacement($nInput, $REPL, $ignore, $nBsubs, $mLen, $seqIndex) global() argument
[all...]
H A DTTFontFile.php2496 $seqIndex = $rule['SubstLookupRecord'][$b]['SequenceIndex'];
2508 if (strpos($inputGlyphs[$seqIndex], $lookupGlyphs[0]) === false) {
2515 $subRule['rules'][] = ['type' => $Lookup[$lup]['Type'], 'match' => $lookupGlyphs, 'replace' => $luss['substitute'], 'seqIndex' => $seqIndex, 'key' => $lookupGlyphs[0],];
2559 $seqIndex = $rule['SequenceIndex'][$b];
2571 if (strpos($inputGlyphs[$seqIndex], $lookupGlyphs[0]) === false) {
2576 $contextInputMatch = $this->_makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex);
2583 $subRule['rules'][] = ['type' => $Lookup[$lup]['Type'], 'match' => $lookupGlyphs, 'replace' => $luss['substitute'], 'seqIndex' => $seqIndex, 'key' => $lookupGlyphs[0],];
2629 $seqIndex
3053 _makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex) global() argument
3123 _makeGSUBinputReplacement($nInput, $REPL, $ignore, $nBsubs, $mLen, $seqIndex) global() argument
[all...]