Home
last modified time | relevance | path

Searched defs:line_width (Results 1 – 6 of 6) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxifast.c539 uint line_width, line_size; in image_render_simple() local
729 uint line_width = penum->line_width; in copy_landscape() local
H A Ddwtrace.c52 int line_width; member
H A Dgximage.h208 uint line_width; /* width of line in device pixels */ member
H A Dgdevcgmx.h146 cgm_line_width line_width; member
H A Dgxstroke.c342 float line_width = pgs_lp->half_width; /* (*half* the line width) */ in gx_stroke_path_only_aux() local
H A Dgdevcgml.c642 cgm_LINE_WIDTH(cgm_state * st, const cgm_line_width * line_width) in cgm_LINE_WIDTH()