Lines Matching refs:w

279     var $w;  variable in PDFRect
282 function PDFRect($x,$y,$w,$h) { argument
285 $this->w = $w;
294 return $handler->x_coord($this->x+$this->w);
1051 var $w,$h; //current dimensions of page in user unit
1202 function add_field_select($x, $y, $w, $h, $name, $value, $options) { argument
1206 new PDFRect($x, $y, $w, $h), // Annotation rectangle
1229 function add_field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
1233 … new PDFRect($x, $y, $w, $h), // Annotation rectangle
1266 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) { argument
1284 new PDFRect($x, $y, $w, $h),
1304 function add_field_text($x, $y, $w, $h, $value, $field_name) { argument
1308 new PDFRect($x, $y, $w, $h),
1320 function add_field_multiline_text($x, $y, $w, $h, $value, $field_name) { argument
1324 new PDFRect($x, $y, $w, $h),
1348 function add_field_password($x, $y, $w, $h, $value, $field_name) { argument
1352 new PDFRect($x, $y, $w, $h),
1364 function add_field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { argument
1368 new PDFRect($x, $y, $w, $h),
1381 function add_field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { argument
1385 new PDFRect($x, $y, $w, $h),
1398 function add_field_pushbuttonreset($x, $y, $w, $h) { argument
1402 new PDFRect($x, $y, $w, $h),
1413 function add_field_pushbutton($x, $y, $w, $h) { argument
1417 new PDFRect($x, $y, $w, $h),
1443 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' ');
1448 $w*$this->k,
1460 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' ');
1464 $w*$this->k,
1473 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' ');
1477 $w*$this->k,
1694 $this->w = $this->fw;
1893 $w=0;
1897 $w+=$cw[$s{$i}];
1900 return $w*$this->FontSize/1000;
2027 * @param Float $w link area width
2031 function add_link_external($x, $y, $w, $h, $link) { argument
2035 new PDFRect($x, $y, $w, $h),
2046 * @param Float $w link area width
2050 function add_link_internal($x, $y, $w, $h, $link) { argument
2054 new PDFRect($x, $y, $w, $h),
2084 function Image($file, $x, $y, $w, $h) { argument
2104 $w*$this->k,
2613 $w = $this->_freadint($f);
2645 …deParms <</Predictor 15 /Colors '.($ct==2 ? 3 : 1).' /BitsPerComponent '.$bpc.' /Columns '.$w.'>>';
2687 return array('w' => $w,