Home
last modified time | relevance | path

Searched refs:ilt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dcommon.cpp632 line_type ilt; in filled_rounded_box() local
633 ilt.type = line_type::invisible; in filled_rounded_box()
634 circle(cent + position(dim.x/2.0 - rad, dim.y/2.0 - rad), rad, ilt, fill); in filled_rounded_box()
635 circle(cent + position(-dim.x/2.0 + rad, dim.y/2.0 - rad), rad, ilt, fill); in filled_rounded_box()
636 circle(cent + position(-dim.x/2.0 + rad, -dim.y/2.0 + rad), rad, ilt, fill); in filled_rounded_box()
637 circle(cent + position(dim.x/2.0 - rad, -dim.y/2.0 + rad), rad, ilt, fill); in filled_rounded_box()
643 polygon(vec, 4, ilt, fill); in filled_rounded_box()
648 polygon(vec, 4, ilt, fill); in filled_rounded_box()
H A Dtex.cpp293 line_type ilt; in circle() local
294 ilt.type = line_type::invisible; in circle()
295 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill); in circle()