Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y656 lookup_variable("linewid", & $$->segment_width);
663 lookup_variable("linewid", & $$->segment_width);
670 lookup_variable("movewid", & $$->segment_width);
677 lookup_variable("linewid", & $$->segment_width);
800 $$->segment_pos.x += $$->segment_width;
814 $$->segment_pos.x -= $$->segment_width;
H A Dobject.h188 double segment_width; member
H A Dobject.cpp413 segment_width = segment_height = 0.0; in object_spec()
1150 segment_pos.x = -segment_width; in make_move()
1153 segment_pos.x = segment_width; in make_move()
1438 segment_pos.x = -segment_width; in make_line()
1441 segment_pos.x = segment_width; in make_line()