Lines Matching defs:x

268 	function sub32($x, $y)
270 $xlo = $x[1];
271 $xhi = $x[0];
977 $html .= '&#x' . $g . '; ';
993 $html .= '&#x' . $g . '; ';
1009 $html .= '◌&#x' . $g . '; ';
1025 $html .= '&#x' . $g . '; ';
1087 $html .= '◌&#x' . $g . '; ';
1118 $html .= '◌&#x' . $g . '; ';
2888 // $nBsubs Number of Backtrack substitutions (= 2x Number of Backtrack glyphs)
2905 for ($x = 2; $x <= $nInput; $x++) {
2906 $str .= '\\' . ($nBsubs + (2 * ($x - 1)));
2910 for ($x = 1; $x < ($seqIndex + 1); $x++) {
2911 if ($x == 1) {
2915 $str .= '\\' . ($nBsubs + (2 * ($x - 1)));
2917 $str .= ' \\' . ($nBsubs + 1 + (2 * ($x - 1)));
2925 for ($x = (max(($seqIndex + 1), 2)); $x < ($seqIndex + 1 + $mLen); $x++) { // move IGNORES after replacement
2926 $str .= '\\' . ($nBsubs + (2 * ($x - 1)));
2929 for ($x = ($seqIndex + 1 + $mLen); $x <= $nInput; $x++) {
2931 $str .= '\\' . ($nBsubs + (2 * ($x - 1)));
2933 $str .= ' \\' . ($nBsubs + 1 + (2 * ($x - 1)));
3563 list($x, $y) = $this->_getAnchorTable($EntryAnchor);
3565 if (round($pdfWidth) == round($x * 1000 / $this->mpdf->fonts[$this->fontkey]['desc']['unitsPerEm'])) {
3566 $x = 0;
3568 $x = $x - ($pdfWidth * $this->mpdf->fonts[$this->fontkey]['desc']['unitsPerEm'] / 1000);
3571 $html .= " Entry X: " . $x . " Y: " . $y . "; ";
3575 list($x, $y) = $this->_getAnchorTable($ExitAnchor);
3577 if (round($pdfWidth) == round($x * 1000 / $this->mpdf->fonts[$this->fontkey]['desc']['unitsPerEm'])) {
3578 $x = 0;
3580 $x = $x - ($pdfWidth * $this->mpdf->fonts[$this->fontkey]['desc']['unitsPerEm'] / 1000);
3583 $html .= " Exit X: " . $x . " Y: " . $y . "; ";
3999 list($x, $y) = $this->_getAnchorTable($MarkAnchor);
4000 $MarkRecord = ['Class' => $Class, 'AnchorX' => $x, 'AnchorY' => $y];
4245 $x = preg_replace('/^[0]*/', '', $char);
4246 $x = str_pad($x, 4, '0', STR_PAD_LEFT);
4247 $d = hexdec($x);
4255 return $id . '+' . $x;
4261 $x = '&#x' . $char . ';';
4264 $x = '&#x25cc;' . $x;
4268 return $x;
4275 $x = preg_replace('/^[0]*/', '', $c);
4276 $d = hexdec($x);
4283 $s[] = $id . '+' . str_pad($x, 4, '0', STR_PAD_LEFT);
4294 $x = '&#x' . $c . ';';
4296 $x = '&#x25cc;' . $x;
4298 $s[] = $x;
4308 $x = preg_replace('/^[0]*/', '', $c);
4309 $d = hexdec($x);
4316 $s[] = $id . '+' . str_pad($x, 4, '0', STR_PAD_LEFT);
4327 $x = preg_replace('/^[0]*/', '', $c);
4328 $d = hexdec($x);
4335 $s[] = $id . '+' . str_pad($x, 4, '0', STR_PAD_LEFT);
4347 $x = '&#x' . $c . ';';
4349 $x = '&#x25cc;' . $x;
4351 $s[] = $x;
4361 $x = '&#x' . $char . ';';
4363 $x = '&#x25cc;' . $x;
4366 return $x;