Lines Matching refs:w

53 		$w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
55 $wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
84 $this->mpdf->Cell($w, $h, $tmp, 0, 2, $align, $fill, $link);
95 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
96 $wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
118 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
119 $wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
128 $this->mpdf->Cell($w, $h, $tmp, 0, 2, $align, $fill, $link);
145 list($charspacing, $ws) = $this->mpdf->GetJspacing($nb_carac, $nb_spaces, (($w - 2) - $len_ligne) * Mpdf::SCALE, $inclCursive);
149 $this->mpdf->Cell($w, $h, $tmp, 0, 2, $align, $fill, $link);
161 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
162 $wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
180 $this->mpdf->Cell($w, $h, substr($s, $j, $i - $j), 0, 2, $align, $fill, $link);
191 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
192 $wmax = $w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR);
214 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
215 $wmax = $w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR);
223 $this->mpdf->Cell($w, $h, substr($s, $j, $i - $j), 0, 2, $align, $fill, $link);
235 list($charspacing, $ws) = $this->mpdf->GetJspacing($nb_carac, $nb_spaces, (($w - 2) - $len_ligne) * Mpdf::SCALE, $false);
239 $this->mpdf->Cell($w, $h, $tmp, 0, 2, $align, $fill, $link);
251 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
252 $wmax = $w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR);
274 $this->mpdf->Cell($w, $h, $tmp, 0, 0, $align, $fill, $link);
304 $w = [];
308 $w[$i] = $this->mpdf->GetStringWidth($text[$i]);
309 $w[$i]*=$kerning * $fontwidth;
310 $t+=$w[$i];
318 $w[$i] = $this->mpdf->GetStringWidth($c);
319 $w[$i]*=$kerning * $fontwidth;
323 $w[$i] += $tk / 2;
324 $w[$i - 1] += $tk / 2;
328 $t+=$w[$i];
368 $this->mpdf->transformRotate((($w[$i] / 2) / $u) * 360, $x, $y);
370 $this->mpdf->transformRotate((($w[$i] / 2 + $w[$i - 1] / 2) / $u) * 360, $x, $y);
378 $this->mpdf->SetXY($x - $w[$i] / 2, $y - $r);
384 $this->mpdf->transformRotate(-(($w[$i] / 2) / $u) * 360, $x, $y);
386 $this->mpdf->transformRotate(-(($w[$i] / 2 + $w[$i - 1] / 2) / $u) * 360, $x, $y);
393 $this->mpdf->SetXY($x - $w[$i] / 2, $y + $r - $this->mpdf->FontSize);
402 $this->mpdf->Cell($w[$i], $this->mpdf->FontSize, $c, 0, 0, 'C'); // mPDF 5.3.53
485 $r1 = $midpt - ($width / 2); //($this->mpdf->w / 2) - 40;