Lines Matching refs:transformations

466 		$transformations = '';
477 $transformations .= sprintf(' %.3F %.3F %.3F %.3F %.3F %.3F cm ', $vv[0], -$vv[1], -$vv[2], $vv[3], $vv[4] * $this->kp, -$vv[5] * $this->kp);
486 $transformations .= sprintf(' 1 0 0 1 %.3F %.3F cm ', $tm[4] * $this->kp, $tm[5] * $this->kp);
495 $transformations .= sprintf(' %.3F 0 0 %.3F 0 0 cm ', $tm[0], $tm[3]);
502 $transformations .= sprintf(' 1 0 0 1 %.3F %.3F cm ', $vv[1] * $this->kp, -$vv[2] * $this->kp);
504 $transformations .= sprintf(' %.3F %.3F %.3F %.3F 0 0 cm ', $tm[0], $tm[1], $tm[2], $tm[3]);
506 $transformations .= sprintf(' 1 0 0 1 %.3F %.3F cm ', -$vv[1] * $this->kp, $vv[2] * $this->kp);
510 $transformations .= sprintf(' 1 0 %.3F 1 0 0 cm ', $tm[2]);
513 $transformations .= sprintf(' 1 %.3F 0 1 0 0 cm ', $tm[1]);
523 if ($transformations) {
524 $return .= $transformations;
656 if ($transformations) {
657 $return .= $transformations;
934 if ($transformations) {
935 $return .= $transformations;
1136 unset($current_style['transformations']);
1139 $transformations = '';
1150 $transformations .= sprintf(' %.3F %.3F %.3F %.3F %.3F %.3F cm ', $vv[0], -$vv[1], -$vv[2], $vv[3], $vv[4] * $this->kp, -$vv[5] * $this->kp);
1173 // $transformations .= sprintf(' %.3F %.3F %.3F %.3F %.3F %.3F cm ', $ma, $mb, $mc, $md, $vv[4]*$this->kp, -$vv[5]*$this->kp);
1183 $transformations .= sprintf(' 1 0 0 1 %.3F %.3F cm ', $tm[4] * $this->kp, $tm[5] * $this->kp);
1192 $transformations .= sprintf(' %.3F 0 0 %.3F 0 0 cm ', $tm[0], $tm[3]);
1199 $transformations .= sprintf(' 1 0 0 1 %.3F %.3F cm ', $vv[1] * $this->kp, -$vv[2] * $this->kp);
1201 $transformations .= sprintf(' %.3F %.3F %.3F %.3F 0 0 cm ', $tm[0], $tm[1], $tm[2], $tm[3]);
1203 $transformations .= sprintf(' 1 0 0 1 %.3F %.3F cm ', -$vv[1] * $this->kp, $vv[2] * $this->kp);
1207 $transformations .= sprintf(' 1 0 %.3F 1 0 0 cm ', $tm[2]);
1210 $transformations .= sprintf(' 1 %.3F 0 1 0 0 cm ', $tm[1]);
1214 $current_style['transformations'] = $transformations;
3871 if (!empty($array_style['transformations'])) {
3874 $this->textoutput .= ' q ' . $array_style['transformations'];
3876 $this->svgWriteString(' q ' . $array_style['transformations']);
3931 if (!empty($array_style['transformations'])) {
3932 $this->textoutput .= ' q ' . $array_style['transformations']; // mPDF 5.7.4
4058 if (!empty($array_style['transformations'])) {
4059 $this->textoutput .= ' q ' . $array_style['transformations'];
4070 if (isset($path_style['transformations']) && $path_style['transformations']) { // transformation on an element
4071 $this->svgWriteString(" q " . $path_style['transformations'] . $prestyle . $path_cmd . $poststyle . " Q\n");
4116 if (!empty($current_style['transformations'])) {
4160 if (!empty($current_style['transformations'])) {
4197 if (!empty($current_style['transformations'])) {