Home
last modified time | relevance | path

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

/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Diff_dr2d.c199 float PolyPoints; in ami_svg_to_dr2d() member
222 poly[(NumPoints*2)].PolyPoints = diagram->shape[i].path[j + 1]; in ami_svg_to_dr2d()
223 poly[(NumPoints*2)+1].PolyPoints = diagram->shape[i].path[j + 2]; in ami_svg_to_dr2d()
235 poly[(NumPoints*2)].PolyPoints = (float) diagram->shape[i].path[j + 1]; in ami_svg_to_dr2d()
246 poly[(NumPoints*2)].PolyPoints = curx; in ami_svg_to_dr2d()
247 poly[(NumPoints*2)+1].PolyPoints = cury; in ami_svg_to_dr2d()
249 poly[(NumPoints*2)].PolyPoints = (float) diagram->shape[i].path[j + 1]; in ami_svg_to_dr2d()
252 poly[(NumPoints*2)].PolyPoints = (float) diagram->shape[i].path[j + 3]; in ami_svg_to_dr2d()
255 poly[(NumPoints*2)].PolyPoints = (float) diagram->shape[i].path[j + 5]; in ami_svg_to_dr2d()
257 curx = poly[(NumPoints*2)].PolyPoints; in ami_svg_to_dr2d()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/game/
H A Droom_file_deprecated.cpp64 struct PolyPoints { struct
69 PolyPoints() { in PolyPoints() argument
85 PolyPoints wallpoints[MAX_WALK_AREAS];
92 void PolyPoints::add_point(int x, int y) { in add_point()
101 void PolyPoints::Read(Stream *in) { in Read()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_static/images/inheritance/
H A Dwx.lib.plot.polyobjects.PolyPoints_inheritance.png.map2 …rect" id="node1" href="wx.lib.plot.polyobjects.PolyPoints.html" title="wx.lib.plot.polyobjects.Pol…
H A Dwx.lib.plot.polyobjects.PolyLine_inheritance.png.map3 …rect" id="node2" href="wx.lib.plot.polyobjects.PolyPoints.html" title="wx.lib.plot.polyobjects.Pol…
H A Dwx.lib.plot.polyobjects.PolyBoxPlot_inheritance.png.map3 …rect" id="node2" href="wx.lib.plot.polyobjects.PolyPoints.html" title="wx.lib.plot.polyobjects.Pol…
H A Dwx.lib.plot.polyobjects.PolyBarsBase_inheritance.png.map3 …rect" id="node2" href="wx.lib.plot.polyobjects.PolyPoints.html" title="wx.lib.plot.polyobjects.Pol…
H A Dwx.lib.plot.polyobjects.PolyMarker_inheritance.png.map3 …rect" id="node2" href="wx.lib.plot.polyobjects.PolyPoints.html" title="wx.lib.plot.polyobjects.Pol…
H A Dwx.lib.plot.polyobjects.PolyBars_inheritance.png.map4 …rect" id="node3" href="wx.lib.plot.polyobjects.PolyPoints.html" title="wx.lib.plot.polyobjects.Pol…
H A Dwx.lib.plot.polyobjects.PolySpline_inheritance.png.map4 …rect" id="node3" href="wx.lib.plot.polyobjects.PolyPoints.html" title="wx.lib.plot.polyobjects.Pol…
H A Dwx.lib.plot.polyobjects.PolyHistogram_inheritance.png.map4 …rect" id="node3" href="wx.lib.plot.polyobjects.PolyPoints.html" title="wx.lib.plot.polyobjects.Pol…
/dports/games/ags/ags_linux_v.3.4.4.1/Common/ac/
H A Dpoint.h26 struct PolyPoints { struct
31 PolyPoints() { numpoints = 0; } in PolyPoints() argument
H A Dpoint.cpp22 void PolyPoints::add_point(int xxx,int yyy) { in add_point()
31 void PolyPoints::ReadFromFile(Stream *in) in ReadFromFile()
H A Droomstruct.h168 PolyPoints wallpoints[MAX_WALK_AREAS];
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/plot/
H A Dpolyobjects.py39 class PolyPoints(object): class
350 class PolyLine(PolyPoints):
400 PolyPoints.__init__(self, points, attr)
531 class PolyMarker(PolyPoints):
577 PolyPoints.__init__(self, points, attr)
659 class PolyBarsBase(PolyPoints):
679 PolyPoints.__init__(self, points, attr)
867 class PolyBoxPlot(PolyPoints):
925 PolyPoints.__init__(self, points, attr)
H A D__init__.py31 from .polyobjects import PolyPoints
/dports/graphics/grx/grx249/pascal/bgi/
H A Dgraph.pas350 procedure FillPoly(NumPoints: CCardinal; var PolyPoints { : array of PointType }); asmname 'fillpol…
389 procedure DrawPoly(NumPoints: CCardinal; var PolyPoints { : array of PointType }); asmname '__gr_dr…
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/floatcanvas/
H A DPolyEditor.py108 PolyPoints = self.SelectedPoly.Points
H A DBNAEditor.py205 PolyPoints = self.SelectedPoly.Points
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.pas.tags27 fillpoly||(NumPoints: Word; var PolyPoints)|
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.pas.tags27 fillpoly||(NumPoints: Word; var PolyPoints)|
/dports/lang/fpc-source/fpc-3.2.2/packages/graph/src/inc/
H A Dgraph.tex686 Procedure DrawPoly (NumPoints : Word; Var PolyPoints);
691 current color and linestyle. PolyPoints is an array of type \var{PointType}.
693 If there are less the two points in \var{PolyPoints}, this routine
737 Procedure FillPoly (NumberPoints : Word; Var PolyPoints);
744 PolyPoints is an array of type \var{PointType}.
H A Dgraphh.inc793 procedure FillPoly(NumPoints: word; Var PolyPoints);
/dports/graphics/fpc-graph/fpc-3.2.2/packages/graph/src/inc/
H A Dgraph.tex686 Procedure DrawPoly (NumPoints : Word; Var PolyPoints);
691 current color and linestyle. PolyPoints is an array of type \var{PointType}.
693 If there are less the two points in \var{PolyPoints}, this routine
737 Procedure FillPoly (NumberPoints : Word; Var PolyPoints);
744 PolyPoints is an array of type \var{PointType}.
H A Dgraphh.inc793 procedure FillPoly(NumPoints: word; Var PolyPoints);
/dports/lang/nbc/NXT/
H A DuRICComp.pas281 property PolyPoints[Index : Integer] : TPolyPoint read GetPolyPoint write SetPolyPoint;
3334 PP := PolyPoints[i];
3378 PP := PolyPoints[i];