Home
last modified time | relevance | path

Searched refs:drawCurveTo (Results 1 – 25 of 41) sorted by relevance

12

/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/
H A DSwf.php202 $s->drawCurveTo($x + $r, $y - $a, $x + $b, $y - $b);
203 $s->drawCurveTo($x + $a, $y - $r, $x, $y - $r);
204 $s->drawCurveTo($x - $a, $y - $r, $x - $b, $y - $b);
205 $s->drawCurveTo($x - $r, $y - $a, $x - $r, $y);
206 $s->drawCurveTo($x - $r, $y + $a, $x - $b, $y + $b);
207 $s->drawCurveTo($x - $a, $y + $r, $x, $y + $r);
208 $s->drawCurveTo($x + $a, $y + $r, $x + $b, $y + $b);
209 $s->drawCurveTo($x + $r, $y + $a, $x + $r, $y);
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFShapeI.java39 public void drawCurveTo (float bx, float by, float cx, float cy); in drawCurveTo() method
42 public void drawCurveTo (float bx, float by, float cx, float cy, float dx, float dy); in drawCurveTo() method
H A DSWFShape.java77 public void drawCurveTo (float bx, float by, float cx, float cy) in drawCurveTo() method in SWFShape
82 public void drawCurveTo (float bx, float by, float cx, float cy, float dx, float dy) in drawCurveTo() method in SWFShape
/dports/graphics/p5-ming/libming-ming-0_4_8/java_ext/
H A DSWFShapeI.java39 public void drawCurveTo (float bx, float by, float cx, float cy); in drawCurveTo() method
42 public void drawCurveTo (float bx, float by, float cx, float cy, float dx, float dy); in drawCurveTo() method
H A DSWFShape.java77 public void drawCurveTo (float bx, float by, float cx, float cy) in drawCurveTo() method in SWFShape
82 public void drawCurveTo (float bx, float by, float cx, float cy, float dx, float dy) in drawCurveTo() method in SWFShape
/dports/graphics/py-ming/libming-ming-0_4_8/java_ext/
H A DSWFShapeI.java39 public void drawCurveTo (float bx, float by, float cx, float cy); in drawCurveTo() method
42 public void drawCurveTo (float bx, float by, float cx, float cy, float dx, float dy); in drawCurveTo() method
H A DSWFShape.java77 public void drawCurveTo (float bx, float by, float cx, float cy) in drawCurveTo() method in SWFShape
82 public void drawCurveTo (float bx, float by, float cx, float cy, float dx, float dy) in drawCurveTo() method in SWFShape
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvswf.cpp293 s->drawCurveTo(cx, cy, dx, dy); in print_coords()
302 s->drawCurveTo(bx, by, dx, dy); in print_coords()
380 s->drawCurveTo(xs, ys, dx, dy); in print_coords()
392 s->drawCurveTo(xs, ys, dx, dy); in print_coords()
405 s->drawCurveTo(xs, ys, dx, dy); in print_coords()
420 s->drawCurveTo(bx, by, ax, ay); in print_coords()
425 s->drawCurveTo(cx, cy, dx, dy); in print_coords()
/dports/graphics/ming/libming-ming-0_4_8/py_ext/
H A Dshape.py12 s.drawCurveTo(200, 4600, 200, 200)
H A Dming.py259 def drawCurveTo(self, bx, by, cx, cy, dx=None, dy=None): member in SWFShape
/dports/graphics/p5-ming/libming-ming-0_4_8/py_ext/
H A Dshape.py12 s.drawCurveTo(200, 4600, 200, 200)
H A Dming.py259 def drawCurveTo(self, bx, by, cx, cy, dx=None, dy=None): member in SWFShape
/dports/graphics/py-ming/libming-ming-0_4_8/py_ext/
H A Dshape.py12 s.drawCurveTo(200, 4600, 200, 200)
H A Dming.py259 def drawCurveTo(self, bx, by, cx, cy, dx=None, dy=None): member in SWFShape
/dports/graphics/ming/libming-ming-0_4_8/perl_ext/examples/
H A Dshape.cgi17 $s->drawCurveTo(200, 4600, 200, 200);
/dports/graphics/p5-ming/libming-ming-0_4_8/perl_ext/examples/
H A Dshape.cgi17 $s->drawCurveTo(200, 4600, 200, 200);
/dports/graphics/py-ming/libming-ming-0_4_8/perl_ext/examples/
H A Dshape.cgi17 $s->drawCurveTo(200, 4600, 200, 200);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DFreetypeGlyphsProvider.cpp188 _currPath->drawCurveTo(x1, -y1, _x, _y); in conicTo()
207 _currPath->drawCurveTo(x1, -y1, _x, _y); in cubicTo()
H A DDynamicShape.cpp233 _currpath->drawCurveTo(cx, cy, ax, ay); in curveTo()
H A DGeometry.h348 drawCurveTo(std::int32_t cdx, std::int32_t cdy, std::int32_t adx, std::int32_t ady) in drawCurveTo() function
/dports/graphics/ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb88 def drawCurveTo(bx, by, cx, cy, dx=nil, dy=nul) method in SWFShape
/dports/graphics/p5-ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb88 def drawCurveTo(bx, by, cx, cy, dx=nil, dy=nul)
/dports/graphics/py-ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb88 def drawCurveTo(bx, by, cx, cy, dx=nil, dy=nul) method in SWFShape
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DShapeRecord.cpp470 current_path.drawCurveTo(cx, cy, ax, ay); in read()
/dports/editors/xvile/vile-9.8v/filters/
H A Dphp.key3108 drawCurveTo

12