Home
last modified time | relevance | path

Searched refs:drawLineTo (Results 151 – 175 of 193) sorted by relevance

12345678

/dports/graphics/p5-ming/libming-ming-0_4_8/java_ext/
H A DSWFShapeI.java35 public void drawLineTo (float x, float y); in drawLineTo() method
H A DSWFShape.java69 public void drawLineTo (float x, float y) in drawLineTo() method in SWFShape
/dports/graphics/py-ming/libming-ming-0_4_8/java_ext/
H A DSWFShapeI.java35 public void drawLineTo (float x, float y); in drawLineTo() method
H A DSWFShape.java69 public void drawLineTo (float x, float y) in drawLineTo() method in SWFShape
/dports/graphics/ming/libming-ming-0_4_8/test/Button/
H A Dtest03.pl15 $s->drawLineTo(-50, -20);
H A Dtest03-cxx.C17 s->drawLineTo(-50 ,-20); in main()
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Button/
H A Dtest03.pl15 $s->drawLineTo(-50, -20);
H A Dtest03-cxx.C17 s->drawLineTo(-50 ,-20); in main()
/dports/graphics/py-ming/libming-ming-0_4_8/test/Button/
H A Dtest03.pl15 $s->drawLineTo(-50, -20);
H A Dtest03-cxx.C17 s->drawLineTo(-50 ,-20); in main()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/gfx/
H A Ddungeon_surface.h62 void drawLineTo(int x, int y, uint32 color) { in drawLineTo() function
/dports/graphics/pear-Image_Canvas/Image_Canvas-0.3.2/Image/Canvas/
H A DSWF.php361 $shapeObj->drawLineTo($shape[$count][0], $shape[$count][1]);
442 $shape->drawLineTo($point['X'], $point['Y']);
446 $shape->drawLineTo($this->_polygon[0]['X'], $this->_polygon[0]['Y']);
/dports/graphics/digikam/digikam-7.4.0/core/utilities/imageeditor/widgets/
H A Dimageguidewidget.cpp710 drawLineTo(currentPos); in mouseMoveEvent()
753 void ImageGuideWidget::drawLineTo(const QPoint& endPoint) in drawLineTo() function in Digikam::ImageGuideWidget
755 drawLineTo(d->penWidth, d->eraseMask, d->paintColor, d->lastPoint, endPoint); in drawLineTo()
758 void ImageGuideWidget::drawLineTo(int width, bool erase, const QColor& color, const QPoint& start, … in drawLineTo() function in Digikam::ImageGuideWidget
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DDynamicShape.cpp201 _currpath->drawLineTo(x, y); in lineTo()
H A DGeometry.h325 drawLineTo(std::int32_t dx, std::int32_t dy) in drawLineTo() function
H A DFreetypeGlyphsProvider.cpp174 _currPath->drawLineTo(_x, _y); in lineTo()
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFShape.java69 public void drawLineTo (float x, float y) in drawLineTo() method in SWFShape
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/examples/
H A Dscribble.qdoc81 area. We need the private \c drawLineTo() function to actually do
163 releases the button, we call the private \c drawLineTo() function
212 In \c drawLineTo(), we draw a line from the point where the mouse
215 update \c lastPoint so that next time \c drawLineTo() is called,
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/doc/src/
H A Dscribble.qdoc81 area. We need the private \c drawLineTo() function to actually do
163 releases the button, we call the private \c drawLineTo() function
212 In \c drawLineTo(), we draw a line from the point where the mouse
215 update \c lastPoint so that next time \c drawLineTo() is called,
/dports/graphics/ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb76 def drawLineTo(x, y) method in SWFShape
/dports/graphics/p5-ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb76 def drawLineTo(x, y)
/dports/graphics/py-ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb76 def drawLineTo(x, y) method in SWFShape
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DShapeRecord.cpp504 current_path.drawLineTo(x + dx, y + dy); in read()
/dports/graphics/ming/libming-ming-0_4_8/py_ext/
H A Dming.py247 def drawLineTo(self, x, y): member in SWFShape
/dports/graphics/p5-ming/libming-ming-0_4_8/py_ext/
H A Dming.py247 def drawLineTo(self, x, y): member in SWFShape

12345678