Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php2489 $nInput = count($inputGlyphs);
2492 …k' => '', 'match' => $contextInputMatch, 'nBacktrack' => 0, 'nInput' => $nInput, 'nLookahead' => 0…
2551 $nInput = $rule['InputGlyphCount'];
2552 $nIsubs = (2 * $nInput) - 1;
2555 …k' => '', 'match' => $contextInputMatch, 'nBacktrack' => 0, 'nInput' => $nInput, 'nLookahead' => 0…
2602 $nInput = $Lookup[$i]['Subtable'][$c]['InputGlyphCount'];
2623 $nIsubs = (2 * $nInput) - 1;
2625 … $lookaheadMatch), 'nBacktrack' => count($backtrackGlyphs), 'nInput' => $nInput, 'nLookahead' => c…
2681 $nInput = count($inputGlyphs);
2699 $nIsubs = (2 * $nInput) - 1;
[all …]
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'];
2819 $nInput = count($inputGlyphs); // nGlyphs in the Primary Input sequence
2821 for ($i = 0; $i < $nInput; $i++) {
2882 function _makeGSUBinputReplacement($nInput, $REPL, $ignore, $nBsubs, $mLen, $seqIndex) argument
2897 if ($nInput == 1) {
2900 if ($nInput > 1) {
[all …]