Home
last modified time | relevance | path

Searched refs:NSTIPPLES (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dmain.cpp151 int cf_stipple_index[NSTIPPLES + 1] =
153 int other_stipple_index[NSTIPPLES + 1] =
182 int stipple_index[NSTIPPLES + 1]; /* stipple font file indices */
440 for (i = 0; i <= NSTIPPLES; i++) { /* stipple font file default indices */ in initpic()
671 for (i = 0; i <= NSTIPPLES; i++) /* stipple font file default indices */ in savestate()
788 if (idx < 0 || idx > NSTIPPLES) { in interpret()
810 for (i = 0; i <= NSTIPPLES; i++) in interpret()
H A Dgprint.h64 #define NSTIPPLES 16 macro
H A Dhgraph.cpp205 graylevel = NSTIPPLES; in HGPrintElt()
212 if (graylevel > NSTIPPLES) in HGPrintElt()
213 graylevel = NSTIPPLES; in HGPrintElt()