Home
last modified time | relevance | path

Searched refs:drawLineTo (Results 1 – 25 of 193) sorted by last modified time

12345678

/dports/graphics/p5-ming/libming-ming-0_4_8/perl_ext/examples/
H A Dshape.cgi15 $s->drawLineTo(6200, 200);
16 $s->drawLineTo(6200, 4600);
H A Dmorph.cgi19 $s->drawLineTo(0,0);
27 $s1->drawLineTo(0,0);
H A Daction.cgi14 $s->drawLineTo(500,-500);
15 $s->drawLineTo(500,500);
16 $s->drawLineTo(-500,500);
17 $s->drawLineTo(-500,-500);
H A Dsprite.cgi15 $s->drawLineTo(500,-500);
16 $s->drawLineTo(500,500);
17 $s->drawLineTo(-500,500);
18 $s->drawLineTo(-500,-500);
/dports/graphics/py-ming/libming-ming-0_4_8/py_ext/
H A Dming.py247 def drawLineTo(self, x, y): member in SWFShape
/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/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php160694 function drawLineTo($x, $y){} function in pht\\SWFShape
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php97113 function drawLineTo($x, $y){} function in SWFShape
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php97113 function drawLineTo($x, $y){} function in SWFShape
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dphp.vim433 …ion setframes setrate streammp3 addFill drawCurve drawCurveTo drawLine drawLineTo movePen movePenT…
/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
H A Ddungeon_surface.cpp59 drawLineTo(303 - ARRAY_X[distance + 1], ARRAY_Y[distance + 1] + 8, _edgeColor); in drawDoorway()
60 drawLineTo(303 - ARRAY_X[distance + 1], 151 - ARRAY_Y[distance] - offsetY, _edgeColor); in drawDoorway()
61 drawLineTo(ARRAY_X[distance + 1] + 16, 151 - ARRAY_Y[distance] - offsetY, color); in drawDoorway()
121 drawLineTo(p2.x + diff.x * 6 + 16, p1.y + diff.y + 8, _edgeColor); in drawLeftDoor()
122 drawLineTo(p2.x + diff.x * 6 + 16, 151 - p1.y + diff.y * 2 - (distance == 1 ? 2 : 0), _edgeColor); in drawLeftDoor()
156 drawLineTo(303 - (diff.x * 6 + p2.x), p1.y + 8 + diff.y, _edgeColor); in drawRightDoor()
157drawLineTo(303 - (diff.x * 6 + p2.x), 151 - p1.y + diff.y * 2 - (distance == 1 ? 2 : 0), _edgeColo… in drawRightDoor()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/fuzzysearch/
H A Dsketchwidget.cpp550 drawLineTo(currentPos); in mouseMoveEvent()
628 void SketchWidget::drawLineTo(const QPoint& endPoint) in drawLineTo() function in Digikam::SketchWidget
630 drawLineTo(d->penWidth, d->penColor, d->lastPoint, endPoint); in drawLineTo()
633 void SketchWidget::drawLineTo(int width, const QColor& color, const QPoint& start, const QPoint& en… in drawLineTo() function in Digikam::SketchWidget
H A Dsketchwidget.h97 void drawLineTo(const QPoint& endPoint);
98 void drawLineTo(int width, const QColor& color, const QPoint& start, const QPoint& end);
/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
H A Dimageguidewidget.h126 void drawLineTo(const QPoint& endPoint);
127 …void drawLineTo(int width, bool erase, const QColor& color, const QPoint& start, const QPoint& e…
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dphp.vim433 …ion setframes setrate streammp3 addFill drawCurve drawCurveTo drawLine drawLineTo movePen movePenT…
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.php.tags2949 drawLineTo�128�(float $x, float $y)�void�SWFShape
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/widgets/
H A Dscribble.py104 self.drawLineTo(event.pos())
108 self.drawLineTo(event.pos())
125 def drawLineTo(self, endPoint): member in ScribbleArea
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/widgets/
H A Dscribble.py104 self.drawLineTo(event.pos())
108 self.drawLineTo(event.pos())
125 def drawLineTo(self, endPoint): member in ScribbleArea
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/widgets/
H A Dscribble.py104 self.drawLineTo(event.pos())
108 self.drawLineTo(event.pos())
125 def drawLineTo(self, endPoint): member in ScribbleArea
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/widgets/
H A Dscribble.py104 self.drawLineTo(event.pos())
108 self.drawLineTo(event.pos())
125 def drawLineTo(self, endPoint): member in ScribbleArea
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/widgets/
H A Dscribble.py104 self.drawLineTo(event.pos())
108 self.drawLineTo(event.pos())
125 def drawLineTo(self, endPoint): member in ScribbleArea
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/widgets/
H A Dscribble.py104 self.drawLineTo(event.pos())
108 self.drawLineTo(event.pos())
125 def drawLineTo(self, endPoint): member in ScribbleArea
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/widgets/
H A Dscribble.py104 self.drawLineTo(event.pos())
108 self.drawLineTo(event.pos())
125 def drawLineTo(self, endPoint): member in ScribbleArea

12345678