Lines Matching defs:f

1336 		foreach ($this->fontdata as $f => $fs) {
1338 $this->available_unifonts[] = $f;
1341 $this->available_unifonts[] = $f . 'B';
1344 $this->available_unifonts[] = $f . 'I';
1347 $this->available_unifonts[] = $f . 'BI';
2265 $s .= sprintf('%.3F %.3F %.3F %.3F re f Q', ($clx * Mpdf::SCALE), ($cly * Mpdf::SCALE), $clw * Mpdf::SCALE, $clh * Mpdf::SCALE) . "\n";
2292 $s .= sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, ($clx * Mpdf::SCALE), ($cly * Mpdf::SCALE), $clw * Mpdf::SCALE, $clh * Mpdf::SCALE) . "\n";
2355 $s .= sprintf('%.3F %.3F %.3F %.3F re f Q', $pb['x'] * Mpdf::SCALE, ($this->h - $pb['y']) * Mpdf::SCALE, $pb['w'] * Mpdf::SCALE, -$pb['h'] * Mpdf::SCALE) . "\n";
2553 $s .= sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, $x, $y, $w, $h) . "\n";
2592 $s .= sprintf('%.3F %.3F %.3F %.3F re %s Q', $pb['x'] * Mpdf::SCALE, ($this->h - $pb['y']) * Mpdf::SCALE, $pb['w'] * Mpdf::SCALE, -$pb['h'] * Mpdf::SCALE, 'f') . "\n";
2744 $s .= sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, $x, $y, $w, $h) . "\n";
3767 $fill = 'f';
3798 $op = 'f';
4925 $s .= sprintf('%.3F %.3F %.3F %.3F re f ', ($this->x - $lbw) * Mpdf::SCALE, ($this->h - $bg_boxtop + $tbw) * Mpdf::SCALE, ($w + $lbw + $rbw) * Mpdf::SCALE, (-$bg_boxheight - $tbw - $bbw) * Mpdf::SCALE);
5094 $op = ($border == 1) ? 'B' : 'f';
7676 $this->writer->write(sprintf('%.3F %.3F %.3F %.3F re f', ($x - $size / 2) * Mpdf::SCALE, ($this->h - $y + $size / 2) * Mpdf::SCALE, ($size) * Mpdf::SCALE, (-$size) * Mpdf::SCALE));
9383 if ($collapsible && (sprintf("%0.4f", $this->y) == sprintf("%0.4f", $this->tMargin)) && (!$this->ColActive)) {
9388 // if ($collapsible && (sprintf("%0.4f", $this->y)==sprintf("%0.4f", $this->y0)) && ($this->ColActive) && $this->CurrCol == 0) { return; } // *COLUMNS*
9389 if ($collapsible && (sprintf("%0.4f", $this->y) == sprintf("%0.4f", $this->y0)) && ($this->ColActive)) {
9606 $f = fopen($name, 'wb');
9608 if (!$f) {
9612 fwrite($f, $this->buffer, strlen($this->buffer));
9613 fclose($f);
9641 if (sprintf('%.1f', 1.0) != '1.0') {
9755 foreach ($this->HTMLheaderPageForms as $f) {
9756 $this->form->forms[$f['n']] = $f;
9854 foreach ($this->HTMLheaderPageForms as $f) {
9855 $f['y'] += $adj;
9856 $this->form->forms[$f['n']] = $f;
10044 $this->writer->write('0000000000 65535 f ');
10083 if (!($pagesel && $this->page == 1 && (sprintf("%0.4f", $this->y) == sprintf("%0.4f", $this->tMargin)))) {
10624 $op = 'f';
12017 $this->writer->write(sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, $px * Mpdf::SCALE, ($this->h - $py) * Mpdf::SCALE, $pw * Mpdf::SCALE, -$ph * Mpdf::SCALE));
12035 $rep = sprintf("%01." . intval($m[1]) . "f", $this->colsums[$colctr - 1]);
13341 preg_match_all('/<htmlpagefooter([^>]*)>(.*?)<\/htmlpagefooter>/si', $html, $f);
13342 for ($i = 0; $i < count($f[1]); $i++) {
13343 if (preg_match('/name=[\'|\"](.*?)[\'|\"]/', $f[1][$i], $n)) {
13344 $this->pageHTMLfooters[$n[1]]['html'] = $f[2][$i];
13345 $this->pageHTMLfooters[$n[1]]['h'] = $this->_getHtmlHeight($f[2][$i]);
14710 foreach ($this->HTMLheaderPageForms as $n => $f) {
14712 $f['x'] = $x + (($f['x'] - $x) * $shrink_f);
14713 $f['y'] = $y + (($f['y'] - $y) * $shrink_f);
14714 $f['w'] *= $shrink_f;
14715 $f['h'] *= $shrink_f;
14716 $f['style']['fontsize'] *= $shrink_f;
14718 $this->form->forms[$f['n']] = $f;
15321 foreach ($this->floatDivs as $f) {
15322 if (($clear && $f['blockContext'] == $this->blk[$blklvl]['blockContext']) || (!$clear && $currpos >= $f['startpos'] && $currpos < ($f['endpos'] - 0.001) && $f['blklvl'] > $blklvl && $f['blockContext'] == $this->blk[$blklvl]['blockContext'])) {
15323 if ($f['side'] == 'L') {
15325 $l_max = max($l_max, $f['endpos']);
15326 $l_width = max($l_width, $f['w']);
15328 if ($f['side'] == 'R') {
15330 $r_max = max($r_max, $f['endpos']);
15331 $r_width = max($r_width, $f['w']);
16762 $f = min($h / ($brTL_V + $brBL_V + 0.001), $h / ($brTR_V + $brBR_V + 0.001), $w / ($brTL_H + $brTR_H + 0.001), $w / ($brBL_H + $brBR_H + 0.001));
16763 if ($f < 1) {
16764 $brTL_H *= $f;
16765 $brTL_V *= $f;
16766 $brTR_H *= $f;
16767 $brTR_V *= $f;
16768 $brBL_H *= $f;
16769 $brBL_V *= $f;
16770 $brBR_H *= $f;
16771 $brBR_V *= $f;
17310 $patch_array[0]['f'] = 0;
17339 $patch_array[1]['f'] = 2;
17374 $patch_array[2]['f'] = 2;
17404 $patch_array[3]['f'] = 2;
17437 $patch_array[4]['f'] = 2;
17445 // LEFT - joins on the right (C3-C4 of previous): f = 2
17465 $patch_array[5]['f'] = 2;
17499 $patch_array[6]['f'] = 2;
17507 // TOP - joins on the right (C3-C4 of previous): f = 2
17527 $patch_array[7]['f'] = 2;
17534 $shadow .= ' h f Q ' . "\n"; // Close path and Fill the inner solid shadow
18178 foreach ($aux_fontlist as $f) {
18179 $fonttype = trim($f);
18196 foreach ($aux_fontlist as $f) {
18197 $fonttype = trim($f);
20815 $this->cellBorderBuffer[] = pack("A16nCnda6A10d14", str_pad(sprintf("%08.7f", $dom), 16, "0", STR_PAD_LEFT), $cbord, ord($side), $details[$side]['s'], $details[$side]['w'], $details[$side]['c'], $details[$side]['style'], $x, $y, $w, $h, $details['mbw']['BL'], $details['mbw']['BR'], $details['mbw']['RT'], $details['mbw']['RB'], $details['mbw']['TL'], $details['mbw']['TR'], $details['mbw']['LT'], $details['mbw']['LB'], $details['cellposdom'], 0);
20818 $this->cellBorderBuffer[] = pack("A16nCnda6A10d14", str_pad(sprintf("%08.7f", ($dom + 4)), 16, "0", STR_PAD_LEFT), $cbord, ord($side), $details[$side]['s'], $details[$side]['w'], $details[$side]['c'], $details[$side]['style'], $x, $y, $w, $h, $details['mbw']['BL'], $details['mbw']['BR'], $details['mbw']['RT'], $details['mbw']['RB'], $details['mbw']['TL'], $details['mbw']['TR'], $details['mbw']['LT'], $details['mbw']['LB'], $details['cellposdom'], 1);
21860 for ($f = 0; $f < $numcols; $f++) {
21861 if (!isset($row[$f])) {
21862 $row[$f] = 0;
22714 $this->writer->write(sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, $px * Mpdf::SCALE, ($this->h - $py) * Mpdf::SCALE, $pw * Mpdf::SCALE, -$ph * Mpdf::SCALE));
22841 $rep = sprintf("%01." . intval($m[1]) . "f", $this->colsums[$j]);
23692 foreach ($this->form->forms as $key => $f) {
23693 if ($f['page'] >= $start_page && $f['page'] <= $end_page) {
23696 if ($f['page'] >= $target_page && $f['page'] < $start_page) {
23897 foreach ($this->form->forms as $key => $f) {
23898 if ($f['page'] > $end_page) {
23900 } elseif ($f['page'] < $start_page) {
24459 foreach ($this->internallink as $key => $f) {
24460 if (is_array($f) && isset($f['col'])) {
24461 $this->internallink[$key]['rel_y'] = $f['Y'] + $this->ColDetails[$f['col']]['add_y'] - $this->y0;
24641 foreach ($this->internallink as $key => $f) {
24642 if (is_array($f) && isset($f['col'])) {
24645 if ($f['rel_y'] >= $cbr[$nbc]) {
24649 $yadj = ($f['rel_y'] - $f['Y']) - $last_col_bottom + $this->y0;
24650 $f['Y'] += $yadj;
24651 unset($f['col']);
24652 unset($f['rel_y']);
24653 $this->internallink[$key] = $f;
24869 foreach ($this->internallink as $key => $f) {
25077 foreach ($this->internallink as $key => $f) {
25078 if (is_array($f) && isset($f['tbrot'])) {
25079 $f['Y'] = $this->tbrot_y0;
25080 $f['PAGE'] = $this->page;
25081 unset($f['tbrot']);
25082 $this->internallink[$key] = $f;
25237 foreach ($this->internallink as $key => $f) {
25238 if (is_array($f) && isset($f['kwt'])) {
25239 $f['Y'] += $yadj;
25240 $f['PAGE'] = $this->page;
25241 unset($f['kwt']);
25242 $this->internallink[$key] = $f;
25342 $op = 'f';
26850 function columnAdjustAdd($type, $k, $xadj, $yadj, $a, $b, $c = 0, $d = 0, $e = 0, $f = 0)
26894 $f -= ($yadj * $k);
26896 return sprintf('%.3F %.3F %.3F %.3F %.3F %.3F', $a, $b, $c, $d, $e, $f) . ' c';
26995 $html = preg_replace('/\f/', '', $html); // replace formfeed by nothing
27114 $html = preg_replace("/(&#[x]{0,1}[0-9a-f]{1,5})</i", "\\1;<", $html);
27163 preg_match_all('/(\d{10}) (\d{5}) (f|n)/', $m[2], $x);
27259 $f = fopen($file_out, 'wb');
27261 if (!$f) {
27265 fwrite($f, $pdf, strlen($pdf));
27267 fclose($f);