Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhgraph.cpp96 HGSetFont(element->brushf, element->size); in HGPrintElt()
115 if (element->brushf) /* if there is a brush, the */ in HGPrintElt()
116 HGSetBrush(element->brushf); /* graphics need it set */ in HGPrintElt()
173 char command = (polyfill == BOTH && element->brushf) ? 'p' : 'P'; in HGPrintElt()
240 if (!(element->brushf)) in HGPrintElt()
H A Dgprint.h76 int type, brushf, size, textlength; member
H A Dhdb.cpp68 temp->brushf = brush; in DBCreateElt()