Home
last modified time | relevance | path

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

1234

/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0046.pp27 fillpoly(SizeOf(Triangle) div SizeOf(PointType), Triangle);
36 fillpoly(SizeOf(Rect) div SizeOf(PointType), Rect);
37 fillpoly(SizeOf(Penta) div SizeOf(PointType), Penta);
/dports/games/rubix/rubix-1.0.6/
H A DMakefile32 OBJ=cube.o event.o fillpoly.o line.o main.o screen.o
54 cube.o: cube.h screen.h fillpoly.h poly.h device.h line.h
56 fillpoly.o: device.h poly.h
H A Dfillpoly.h7 void fillpoly(device *, poly *);
/dports/graphics/grx/grx249/test/bgi/
H A Dtpoly.c39 fillpoly( 11, poly); in main()
45 fillpoly( 10, &poly[2]); in main()
/dports/print/hp2xx/hp2xx-3.4.4/makes/
H A Damiga.mak24 to_fig.o clip.o fillpoly.o pendef.o lindef.o \
113 fillpoly.o : fillpoly.c
114 $(COMPILER) $(CFLAGS) fillpoly.c
H A Dborland.mak73 fillpoly.obj \
103 fillpoly.obj+
159 fillpoly.obj: hp2xx.cfg fillpoly.c
H A Dcc_to_os.cmd1 ….c to_pcl.c to_img.c to_pbm.c hpgl.c std_main.c hp2xx.c to_fig.c clip.c fillpoly.c pendef.c lindef…
H A Dos2emx.mak70 to_rgip.c std_main.c to_fig.c clip.c fillpoly.c pendef.c lindef.c \
75 to_rgip.o std_main.o to_fig.o clip.o fillpoly.o pendef.o lindef.o \
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DSliders.pm207 $canvas-> fillpoly( [
213 $canvas-> fillpoly( [
355 $canvas->fillpoly([
368 $canvas->fillpoly([
388 $canvas-> fillpoly( fix_triangle(
394 $canvas-> fillpoly( fix_triangle(
/dports/math/freefem++/FreeFem-sources-4.6/src/Graphics/
H A Drgraph.hpp83 EXTERNFF( void ,fillpoly,(int n, float *poly)) ;
130 fillpoly=fillpoly_; in init_ff_graph_ptr_func()
174 #define fillpoly fillpoly_ macro
/dports/print/hp2xx/hp2xx-3.4.4/makes/visualc6.00/
H A Dhp2xx.mak44 -@erase "$(INTDIR)\fillpoly.obj"
118 "$(INTDIR)\fillpoly.obj" \
163 -@erase "$(INTDIR)\fillpoly.obj"
240 "$(INTDIR)\fillpoly.obj" \
300 SOURCE=.\fillpoly.c
302 "$(INTDIR)\fillpoly.obj" : $(SOURCE) "$(INTDIR)"
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dhisto.py538 fillpoly = qt.QPolygonF(linepoly)
546 fillpoly.append(qt.QPointF(lastpt.x(), yfill))
547 fillpoly.append(qt.QPointF(firstpt.x(), yfill))
555 fillpoly.append(qt.QPointF(xfill, lastpt.y()))
556 fillpoly.append(qt.QPointF(xfill, firstpt.y()))
558 qtloops.polygonClip(fillpoly, cliprect, clippoly)
/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DStatusBar.c196 fillpoly[] = { in StatusBar_setHelp_tool() local
216 id = fillpoly[sub]; in StatusBar_setHelp_tool()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A Dpolys.h30 void fillpoly(int16 *point_data, int n, ColorP c);
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A Dpolys.h30 void fillpoly(int16 *point_data, int n, ColorP c);
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A DMakefile232 SRCS = clip.c fillpoly.c\
238 OBJS = clip.o fillpoly.o\
/dports/graphics/azpainterb/azpainterb-1.1.3/src/widget/
H A DStatusBar.c227 fillpoly[] = { in StatusBar_setHelp_tool() local
258 id = fillpoly[sub]; in StatusBar_setHelp_tool()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/Drawable/
H A DAntialias.pm123 sub fillpoly subroutine
154 return $self->{canvas}->fillpoly($poly);
/dports/net/drawterm/drawterm/libmemdraw/
H A DMakefile14 fillpoly.$O\
/dports/lang/ptoc/ptoc/Xbgi/
H A Dmakefile.emx6 ellipse.c fillellipse.c fillpoly.c floodfill.c\
26 ellipse.o fillellipse.o fillpoly.o floodfill.o\
H A Dmakefile6 ellipse.c fillellipse.c fillpoly.c floodfill.c\
26 ellipse.o fillellipse.o fillpoly.o floodfill.o\
H A Dmakefile.bsd6 ellipse.c fillellipse.c fillpoly.c floodfill.c\
26 ellipse.o fillellipse.o fillpoly.o floodfill.o\
/dports/graphics/grx/grx249/src/bgi/
H A Dfillpolb.c35 void fillpoly(int numpoints, void *polypoints) in fillpoly() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmemdraw/
H A Dmkfile16 fillpoly.$O\
/dports/print/hp2xx/hp2xx-3.4.4/makes/c++builder 5.0/
H A Dhp2xx.bpf3 USEUNIT("fillpoly.c");

1234