Home
last modified time | relevance | path

Searched refs:chardraw (Results 1 – 23 of 23) sorted by relevance

/dports/print/hp2xx/hp2xx-3.4.4/makes/
H A Damiga.mak20 OBJFILES = hp2xx.o std_main.o hpgl.o chardraw.o picbuf.o \
56 hpgl.o : hpgl.c bresnham.h hp2xx.h chardraw.h
59 chardraw.o : chardraw.c bresnham.h hp2xx.h chardraw.h charset0.h
60 $(COMPILER) $(CFLAGS) chardraw.c
H A Datari.mak58 ALL_INCS = $(COMMON_INCS) chardraw.h charset0.h getopt.h x11.h ilbm.h iff.h
62 SRCS = hp2xx.c hpgl.c picbuf.c bresnham.c chardraw.c getopt.c getopt1.c \
67 OBJS = hp2xx.o hpgl.o picbuf.o bresnham.o chardraw.o getopt.o getopt1.o \
98 chardraw.o: $< $(COMMON_INCS) chardraw.h charset0.h
106 hpgl.o: $< $(COMMON_INCS) chardraw.h
H A Dwindows.mak217 ALL_INCS = $(COMMON_INCS) chardraw.h charset0.h getopt.h x11.h ilbm.h iff.h
222 SRCS = hp2xx.c hpgl.c picbuf.c bresnham.c chardraw.c getopt.c getopt1.c \
228 OBJS = hp2xx.$O hpgl.$O picbuf.$O bresnham.$O chardraw.$O getopt.$O getopt1.$O \
279 chardraw.$O: chardraw.c $(COMMON_INCS) chardraw.h charset0.h
287 hpgl.$O: hpgl.c $(COMMON_INCS) chardraw.h
H A Dborland.mak56 chardraw.obj \
85 chardraw.obj+
121 chardraw.obj: hp2xx.cfg chardraw.c
H A Ddosdjgpp.mak49 SRCS = hp2xx.c hpgl.c picbuf.c bresnham.c chardraw.c getopt.c $(INCS) \
59 INCS = hp2xx.h bresnham.h chardraw.h charset0.h charset1.h charset2.h \
98 cdrw.o: chardraw.o
99 copy chardraw.o cdrw.o
H A Dos2emx.mak64 INCS = hp2xx.h bresnham.h chardraw.h charset0.h getopt.h pendef.h lindef.h \
67 SRCS = hp2xx.c hpgl.c picbuf.c bresnham.c chardraw.c getopt.c getopt1.c \
73 OBJS = hp2xx.o hpgl.o picbuf.o bresnham.o chardraw.o getopt.o getopt1.o \
H A Ddescrip.mms101 chardraw.obj,getopt.obj,getopt1.obj, -
122 hpgl.obj : hpgl.c, $(COMMON_INCS), chardraw.h
130 chardraw.obj : chardraw.c, $(COMMON_INCS), chardraw.h, charset0.h
H A Dgeneric.mak229 ALL_INCS = $(COMMON_INCS) chardraw.h charset0.h getopt.h x11.h ilbm.h iff.h
234 SRCS = hp2xx.c hpgl.c picbuf.c bresnham.c chardraw.c getopt.c getopt1.c \
240 OBJS = hp2xx.o hpgl.o picbuf.o bresnham.o chardraw.o getopt.o getopt1.o \
293 chardraw.o: $< $(COMMON_INCS) chardraw.h charset0.h
301 hpgl.o: $< $(COMMON_INCS) chardraw.h
H A Dos2.mak216 ALL_INCS = $(COMMON_INCS) chardraw.h charset0.h charset5.h charset7.h \
223 hp2xx.c hpgl.c picbuf.c bresnham.c chardraw.c getopt.c getopt1.c \
230 hp2xx.o hpgl.o picbuf.o bresnham.o chardraw.o getopt.o getopt1.o \
282 # chardraw.o: $< $(COMMON_INCS) chardraw.h charset0.h
290 # hpgl.o: $< $(COMMON_INCS) chardraw.h
H A Dcc_to_os.cmd1 gcc -O to_vec.c to_eps.c picbuf.c chardraw.c bresnham.c murphy.c getopt.c getopt1.c to_os2.c to_pcx…
H A Dvms-make.com63 chardraw.obj,getopt.obj,getopt1.obj,std_main.obj, -
/dports/print/hp2xx/hp2xx-3.4.4/makes/visualc6.00/
H A Dhp2xx.dep9 .\chardraw.c : \
11 ".\chardraw.h"\
49 ".\chardraw.h"\
H A Dhp2xx.mak42 -@erase "$(INTDIR)\chardraw.obj"
116 "$(INTDIR)\chardraw.obj" \
161 -@erase "$(INTDIR)\chardraw.obj"
238 "$(INTDIR)\chardraw.obj" \
290 SOURCE=.\chardraw.c
292 "$(INTDIR)\chardraw.obj" : $(SOURCE) "$(INTDIR)"
H A Dhp2xx.dsp100 SOURCE=.\chardraw.c
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A DMakefile226 ALL_INCS = $(COMMON_INCS) chardraw.h charset0.h charset5.h charset7.h \
233 hp2xx.c hpgl.c picbuf.c bresnham.c murphy.c chardraw.c \
239 hp2xx.o hpgl.o picbuf.o bresnham.o murphy.o chardraw.o \
H A DREADME16 chardraw.c Code for drawing ASCII characters
55 chardraw.h Header for character drawing.
/dports/print/hp2xx/hp2xx-3.4.4/doc/
H A Dhp2xx_nt51 chardraw.c
52 chardraw.h
H A Dchanges88 Revived the 'STROKED_FONTS' stubs in chardraw.c by attaching a truetype
404 Default case in chardraw changed to substitute the corresponding font 0
619 -- chardraw.c: Symbol plotting now with more general symbol centering
697 -- chardraw.c:
737 -- code_to_ucoord() in chardraw.c:
/dports/www/py-django-simple-captcha/django-simple-captcha-0.5.14/captcha/
H A Dviews.py89 chardraw = ImageDraw.Draw(charimage)
90 chardraw.text((0, 0), " %s " % char, font=font, fill="#ffffff")
/dports/print/hp2xx/hp2xx-3.4.4/makes/c++builder 5.0/
H A Dhp2xx.bpf1 USEUNIT("chardraw.c");
H A Dhp2xx.bmak17 OBJFILES = chardraw.obj clip.obj fillpoly.obj getopt.obj getopt1.obj hp2xx.obj \
/dports/net/drawterm/drawterm/libmemdraw/
H A Ddraw.c44 static Subdraw chardraw, alphadraw, memoptdraw; variable
202 if(chardraw(par)){ in _memimagedraw()
2371 chardraw(Memdrawparam *par) in chardraw() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmemdraw/
H A Ddraw.c44 static Subdraw chardraw, alphadraw, memoptdraw; variable
201 if(chardraw(par)){ in _memimagedraw()
2365 chardraw(Memdrawparam *par) in chardraw() function