Lines Matching refs:x

53 		$w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
63 $this->mpdf->x += $this->mpdf->GetStringWidth($s);
91 $this->mpdf->x = $currentx;
93 $this->mpdf->x = $this->mpdf->lMargin;
95 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
110 if ($this->mpdf->x > $this->mpdf->lMargin) {
113 $this->mpdf->x = $currentx;
115 $this->mpdf->x = $this->mpdf->lMargin;
118 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
157 $this->mpdf->x = $currentx;
159 $this->mpdf->x = $this->mpdf->lMargin;
161 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
187 $this->mpdf->x = $currentx;
189 $this->mpdf->x = $this->mpdf->lMargin;
191 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
206 if ($this->mpdf->x > $this->mpdf->lMargin) {
209 $this->mpdf->x = $currentx;
211 $this->mpdf->x = $this->mpdf->lMargin;
214 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
247 $this->mpdf->x = $currentx;
249 $this->mpdf->x = $this->mpdf->lMargin;
251 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
265 $this->mpdf->x = $currentx;
267 $this->mpdf->x = $this->mpdf->lMargin;
278 function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '')
356 $this->mpdf->transformRotate(-$d / 2, $x, $y);
358 $this->mpdf->transformRotate($d / 2, $x, $y);
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);
375 $this->mpdf->transformScale($fontwidth * 100, 100, $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);
391 $this->mpdf->transformScale($fontwidth * 100, 100, $x, $y);
393 $this->mpdf->SetXY($x - $w[$i] / 2, $y + $r - $this->mpdf->FontSize);
417 $this->mpdf->transformRotate(90, $x, $y);
418 $this->mpdf->SetXY($x - $wc / 2, $y - $r);
423 $this->mpdf->transformRotate(-90, $x, $y);
424 $this->mpdf->SetXY($x - $wc / 2, $y - $r);