Lines Matching refs:d1

17264 				$d1 = $sh['spread'] + $sh['blur'] / 2;
17267 $x00 = $x0 - $d1;
17268 $y00 = $y0 - $d1;
17269 $w00 = $w + $d1 * 2;
17270 $h00 = $h + $d1 * 2;
17283 $p1x = $x00 + $w00 - $d1 - $brbgTR_H;
17286 $p2x = $x00 + $w00 - $d1 - $brbgTR_H;
17287 $p2c2x = $p2x + ($d1 + $brbgTR_H) * $mag;
17292 $p3y = $y00 + $d1 + $brbgTR_V;
17293 $p3c1y = $p3y - ($d1 + $brbgTR_V) * $mag;
17295 $p4y = $y00 + $d1 + $brbgTR_V;
17321 $p1y = $y00 + $d1 + $brbgTR_V;
17323 $p2y = $y00 + $d1 + $brbgTR_V;
17325 $p3y = $y00 + $h00 - $d1 - $brbgBR_V;
17328 $p4y = $y00 + $h00 - $d1 - $brbgBR_V;
17349 $p1y = $y00 + $h00 - $d1 - $brbgBR_V;
17352 $p2y = $y00 + $h00 - $d1 - $brbgBR_V;
17353 $p2c2y = $p2y + ($d1 + $brbgBR_V) * $mag;
17354 $p3x = $x00 + $w00 - $d1 - $brbgBR_H;
17355 $p3c1x = $p3x + ($d1 + $brbgBR_H) * $mag;
17358 $p4x = $x00 + $w00 - $d1 - $brbgBR_H;
17384 $p1x = $x00 + $w00 - $d1 - $brbgBR_H; // control point only matches p3 preceding
17386 $p2x = $x00 + $w00 - $d1 - $brbgBR_H; // control point only matches p4 preceding
17388 $p3x = $x00 + $d1 + $brbgBL_H;
17390 $p4x = $x00 + $d1 + $brbgBL_H;
17412 $p1x = $x00 + $d1 + $brbgBL_H;
17415 $p2x = $x00 + $d1 + $brbgBL_H;
17416 $p2c2x = $p2x - ($d1 + $brbgBL_H) * $mag; // control point only matches p4 preceding
17420 $p3y = $y00 + $h00 - $d1 - $brbgBL_V;
17421 $p3c1y = $p3y + ($d1 + $brbgBL_V) * $mag;
17423 $p4y = $y00 + $h00 - $d1 - $brbgBL_V;
17447 $p1y = $y00 + $h00 - $d1 - $brbgBL_V;
17449 $p2y = $y00 + $h00 - $d1 - $brbgBL_V;
17451 $p3y = $y00 + $d1 + $brbgTL_V;
17454 $p4y = $y00 + $d1 + $brbgTL_V;
17474 $p1y = $y00 + $d1 + $brbgTL_V;
17477 $p2y = $y00 + $d1 + $brbgTL_V;
17478 $p2c2y = $p2y - ($d1 + $brbgTL_V) * $mag;
17479 $p3x = $x00 + $d1 + $brbgTL_H;
17480 $p3c1x = $p3x - ($d1 + $brbgTL_H) * $mag;
17483 $p4x = $x00 + $d1 + $brbgTL_H;
17508 $p1x = $x00 + $d1 + $brbgTL_H; // control point only matches p3 preceding
17510 $p2x = $x00 + $d1 + $brbgTL_H; // control point only matches p4 preceding
17512 $p3x = $x00 + $w00 - $d1 - $brbgTR_H;
17514 $p4x = $x00 + $w00 - $d1 - $brbgTR_H;
17803 $d1 = $ry * cos($t1);
17808 $s .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($a0 + ($c0 * $dtm)), ($b0 + ($d0 * $dtm)), ($a1 - ($c1 * $dtm)), ($b1 - ($d1 * $dtm)), $a1, $b1);
17814 $d0 = $d1;