Home
last modified time | relevance | path

Searched refs:nInput (Results 1 – 2 of 2) sorted by last modified time

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php2159 $nInput = count($inputGlyphs);
2298 $nInput = $Lookup[$i]['Subtable'][$c]['InputGlyphCount'];
2370 $nInput = count($inputGlyphs);
2479 $nInput = $rule['InputGlyphCount'];
2592 $nInput = $Lookup[$i]['Subtable'][$c]['InputGlyphCount'];
2780 nBacktrack = 2 nInput = 2 nLookahead = 2
2783 "\${1}\${2} " (nInput*2)-1 "\${5+} \${6+}"
2789 INPUT nInput = 5
2819 $nInput = count($inputGlyphs); // nGlyphs in the Primary Input sequence
2821 for ($i = 0; $i < $nInput;
2882 _makeGSUBinputReplacement($nInput, $REPL, $ignore, $nBsubs, $mLen, $seqIndex) global() argument
[all...]
H A DTTFontFile.php2489 $nInput = count($inputGlyphs);
2492 $subRule = ['context' => 1, 'tag' => $tag, 'matchback' => '', 'match' => $contextInputMatch, 'nBacktrack' => 0, 'nInput' => $nInput, 'nLookahead' => 0, 'rules' => [],];
2551 $nInput = $rule['InputGlyphCount'];
2552 $nIsubs = (2 * $nInput) - 1;
2555 $subRule = ['context' => 1, 'tag' => $tag, 'matchback' => '', 'match' => $contextInputMatch, 'nBacktrack' => 0, 'nInput' => $nInput, 'nLookahead' => 0, 'rules' => [],];
2602 $nInput = $Lookup[$i]['Subtable'][$c]['InputGlyphCount'];
2623 $nIsubs = (2 * $nInput) - 1;
2625 $subRule = ['context' => 1, 'tag' => $tag, 'matchback' => $backtrackMatch, 'match' => ($contextInputMatch . $lookaheadMatch), 'nBacktrack' => count($backtrackGlyphs), 'nInput'
3123 _makeGSUBinputReplacement($nInput, $REPL, $ignore, $nBsubs, $mLen, $seqIndex) global() argument
[all...]