Lines Matching defs:k

163 	function print_ob_text($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir)
226 $w -= $this->form_element_spacing['input']['outer']['h'] * 2 / $k;
227 $h -= $this->form_element_spacing['input']['outer']['v'] * 2 / $k;
228 $this->mpdf->x += $this->form_element_spacing['input']['outer']['h'] / $k;
229 $this->mpdf->y += $this->form_element_spacing['input']['outer']['v'] / $k;
247 $this->mpdf->SetLineWidth(0.2 / $k);
258 $this->mpdf->Cell($w, $h, $texto, 1, 0, $rtlalign, 1, '', 0, $this->form_element_spacing['input']['inner']['h'] / $k, $this->form_element_spacing['input']['inner']['h'] / $k, 'M', 0, false, $OTLdata);
264 function print_ob_textarea($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir)
315 $w -= $this->form_element_spacing['textarea']['outer']['h'] * 2 / $k;
316 $h -= $this->form_element_spacing['textarea']['outer']['v'] * 2 / $k;
317 $this->mpdf->x += $this->form_element_spacing['textarea']['outer']['h'] / $k;
318 $this->mpdf->y += $this->form_element_spacing['textarea']['outer']['v'] / $k;
319 $this->mpdf->SetLineWidth(0.2 / $k);
334 $w -= $this->form_element_spacing['textarea']['inner']['h'] * 2 / $k;
335 $this->mpdf->x += $this->form_element_spacing['textarea']['inner']['h'] / $k;
336 $this->mpdf->y += $this->form_element_spacing['textarea']['inner']['v'] / $k;
347 function print_ob_select($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir)
403 $this->mpdf->SetLineWidth(0.2 / $k);
411 $w -= $this->form_element_spacing['select']['outer']['h'] * 2 / $k;
412 $h -= $this->form_element_spacing['select']['outer']['v'] * 2 / $k;
413 $this->mpdf->x += $this->form_element_spacing['select']['outer']['h'] / $k;
414 $this->mpdf->y += $this->form_element_spacing['select']['outer']['v'] / $k;
423 $this->mpdf->Cell($w - ($this->mpdf->FontSize * 1.4), $h, $texto, 1, 0, $rtlalign, 1, '', 0, $this->form_element_spacing['select']['inner']['h'] / $k, $this->form_element_spacing['select']['inner']['h'] / $k, 'M', 0, false, $objattr['OTLdata']);
449 function print_ob_imageinput($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $is_table)
473 function print_ob_button($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir)
510 $this->mpdf->SetLineWidth(0.2 / $k);
512 $w -= $this->form_element_spacing['button']['outer']['h'] * 2 / $k;
513 $h -= $this->form_element_spacing['button']['outer']['v'] * 2 / $k;
514 $this->mpdf->x += $this->form_element_spacing['button']['outer']['h'] / $k;
515 $this->mpdf->y += $this->form_element_spacing['button']['outer']['v'] / $k;
516 $this->mpdf->RoundedRect($this->mpdf->x, $this->mpdf->y, $w, $h, 0.5 / $k, 'DF');
517 $w -= $this->form_element_spacing['button']['inner']['h'] * 2 / $k;
518 $h -= $this->form_element_spacing['button']['inner']['v'] * 2 / $k;
519 $this->mpdf->x += $this->form_element_spacing['button']['inner']['h'] / $k;
520 $this->mpdf->y += $this->form_element_spacing['button']['inner']['v'] / $k;
539 function print_ob_checkbox($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $x, $y)
569 $this->mpdf->SetLineWidth(0.2 / $k);
591 function print_ob_radio($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $x, $y)
615 $this->mpdf->SetLineWidth(0.2 / $k);