Lines Matching refs:offset

7314 					// NB If change marker-offset, also need to alter in function _getListMarkerWidth
7548 $adjx += $objattr['offset'];
7552 $adjx = $objattr['offset'];
7574 // NB If change marker-offset, also need to alter in function _getListMarkerWidth
7580 // Use these lines to set as marker-offset, right-aligned - default
10539 $offset = ((sin(deg2rad($angle))) * ($szfont / Mpdf::SCALE));
10542 if ($strlen > $maxlen - $offset) {
10555 $wx = ($this->w / 2) - $adj + $offset / 3;
11534 $offset = 0;
11543 $offset = $psarr['reset'] - 1;
11545 $ppgno = $num - $psarr['from'] + 1 + $offset;
11584 $offset = 0;
11590 $offset = $psarr['reset'] - 1;
11592 $ppgstart = $psarr['from'] + $offset;
11593 $ppgend = count($this->pages) + 1 + $offset;
11606 $ppgend = $psarr['from'] + $offset;
11616 $ppgno = $ppgend - $ppgstart + $offset;
11690 $offset = 0;
11697 $offset = $psarr['reset'] - 1;
11699 $ppgno = $num - $psarr['from'] + 1 + $offset;
12060 $offset = ((sin(deg2rad($angle))) * 0.37 * $cellFontHeight);
12062 $this->x += ($w) + ($offset) - ($cellFontHeight / 3) - ($padding['R'] + $border_details['R']['w']);
12064 $this->x += ($w / 2) + ($offset);
12066 $this->x += ($offset) + ($cellFontHeight / 3) + ($padding['L'] + $border_details['L']['w']);
15472 $objattr['offset'] = $this->sizeConverter->convert($this->list_marker_offset, $this->FontSize);
15475 $objattr['width'] = $size + $objattr['offset'];
15712 $offset = $this->sizeConverter->convert($this->list_marker_offset, $this->FontSize);
15713 $blt_width = $size + $offset;
19179 $offset = $m[1];
19182 for ($n = $lastoffset; $n < $offset; $n++) {
19191 $lastoffset = $offset + 1;
22885 $offset = ((sin(deg2rad($angle))) * 0.37 * $cellFontHeight);
22887 $this->x += ($w) + ($offset) - ($cellFontHeight / 3) - ($cell['padding']['R'] + ($table['border_spacing_H'] / 2));
22889 $this->x += ($w / 2) + ($offset);
22891 $this->x += ($offset) + ($cellFontHeight / 3) + ($cell['padding']['L'] + ($table['border_spacing_H'] / 2));