Home
last modified time | relevance | path

Searched refs:fill_spline (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DSpinner.pm136 my $fill_spline = sub {
139 $canvas->fill_spline(_scale($p, $scale_factor, $scale_factor));
142 $fill_spline->(7, \@petal2);
143 $fill_spline->(6, _rotate \@petal1);
144 $fill_spline->(5, _v_flip \@petal2 );
145 $fill_spline->(4, _v_flip \@petal1);
146 $fill_spline->(3, _h_flip _v_flip \@petal2);
147 $fill_spline->(2, _h_flip _rotate \@petal1);
148 $fill_spline->(1, _h_flip \@petal2);
149 $fill_spline->(0, \@petal1 );
H A DClasses.pm601 sub fill_spline subroutine
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DDrawable.pod1299 =item fill_spline \@VERTICES, %OPTIONS
1305 $d-> fill_spline([ 0, 0, 15, 20, 30, 0]);
1477 See also: fill_spline, render_spline.
1977 The method is internally used by C<spline> and C<fill_spline>, and is provided
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dcanvas.pl1505 $canvas-> fill_spline( $p) :