Lines Matching refs:count

372 		$n = count($this->mpdf->gradients) + 1;
398 for ($i = 0; $i < count($pts); $i++) {
422 if (count($c) == 3) {
426 for ($i = 0; $i < count($pts); $i++) {
469 if (count($m[0])) {
470 for ($i = 0; $i < count($m[0]); $i++) {
474 if ($c == 'matrix' && count($vv) == 6) {
478 } elseif ($c == 'translate' && count($vv)) {
480 if (count($vv) == 2) {
487 } elseif ($c == 'scale' && count($vv)) {
488 if (count($vv) == 2) {
496 } elseif ($c == 'rotate' && count($vv)) {
501 if (count($vv) == 3) {
505 if (count($vv) == 3) {
508 } elseif ($c == 'skewx' && count($vv)) {
511 } elseif ($c == 'skewy' && count($vv)) {
538 for ($i = 0; $i < (count($gradient_info['color'])); $i++) {
562 $ns = count($gradient_info['color']);
567 $ns = count($gradient_info['color']);
756 $stops = count($gradient_info['color']);
761 $range = $gradient_info['color'][count($gradient_info['color']) - 1]['offset'] - $gradient_info['color'][0]['offset'];
785 $grx2 = $x1 + ($x2 - $x1) * $gradient_info['color'][count($gradient_info['color']) - 1]['offset'];
786 $gry2 = $y1 + ($y2 - $y1) * $gradient_info['color'][count($gradient_info['color']) - 1]['offset'];
985 $stops = count($gradient_info['color']);
990 $range = $gradient_info['color'][count($gradient_info['color']) - 1]['offset'] - $gradient_info['color'][0]['offset'];
1014 $grx2 = $x1 + ($x0 - $x1) * $gradient_info['color'][count($gradient_info['color']) - 1]['offset'];
1015 $gry2 = $y1 + ($y0 - $y1) * $gradient_info['color'][count($gradient_info['color']) - 1]['offset'];
1017 $grr = $r * $gradient_info['color'][count($gradient_info['color']) - 1]['offset'];
1044 if (count($vb) == 4) {
1133 $tmp = count($this->svg_style) - 1;
1142 if (count($m[0])) {
1143 for ($i = 0; $i < count($m[0]); $i++) {
1147 if ($c == 'matrix' && count($vv) == 6) {
1175 } elseif ($c == 'translate' && count($vv)) {
1177 if (count($vv) == 2) {
1184 } elseif ($c == 'scale' && count($vv)) {
1185 if (count($vv) == 2) {
1193 } elseif ($c == 'rotate' && count($vv)) {
1198 if (count($vv) == 3) {
1202 if (count($vv) == 3) {
1205 } elseif ($c == 'skewx' && count($vv)) {
1208 } elseif ($c == 'skewy' && count($vv)) {
1472 if (count($d) == 1 && $d[0] == 0) {
1476 if (count($d) % 2 == 1) {
1482 for ($i = 0; $i < count($d); $i += 2) {
1586 $argumentCount = count($a);
2343 for ($i = 2; $i < count($arguments); $i += 2) {
2364 for ($i = 2; $i < count($arguments); $i += 2) {
2379 $current_style = $this->txt_style[count($this->txt_style) - 1]; // mPDF 5.7.4
2533 if (count($cmd) == 3 || (isset($cmd[2]) && $cmd[2] == '')) {
2742 $prev_style = $this->txt_style[count($this->txt_style) - 1];
2755 $tmp = count($this->txt_style) - 1;
3122 for ($i = 0; $i < count($ent[0]); $i++) {
3132 if (count($links[0])) {
3137 for ($i = 0; $i < count($links[0]); $i++) {
3148 for ($i = 0; $i < count($m[0]); $i++) {
3153 for ($i = 0; $i < count($links[0]); $i++) {
3161 for ($i = 0; $i < count($links[0]); $i++) {
3175 for ($i = 0; $i < count($links[0]); $i++) {
3230 for ($i = 0; $i < count($links[0]); $i++) {
3379 $end = count($chardata[$sch]) - 1;
3392 for ($j = 0; $j < count($chardata[$sch]); $j++) {
3644 if ((isset($c) && count($c) == 3) || (isset($c[2]) && $c[2] == '')) {
3816 for ($i = 0; $i < count($tmp); $i++) {
3835 for ($i = 0; $i < count($tmp[0]); $i++) {
3948 $this->textanchor = $this->txt_style[count($this->txt_style) - 1]['text-anchor']; // mPDF 5.7.4
3961 $tmp = count($this->svg_style) - 1;
4038 $this->textanchor = $this->txt_style[count($this->txt_style) - 1]['text-anchor'];
4114 $tmp = count($this->svg_style) - 1;
4157 $tmp = count($this->svg_style) - 1;
4195 $tmp = count($this->svg_style) - 1;