Home
last modified time | relevance | path

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

/reactos/base/applications/mstsc/
H A Dbsops.h47 int pen_width, int pen_style, int pen_colour);
H A Dbsops.c662 int pen_width, int pen_style, int pen_colour) in bs_line() argument
/reactos/dll/win32/riched20/
H A Dpaint.c490 static const struct {unsigned width : 8, pen_style : 4, dble : 1;} border_details[] = { member
632 pen = CreatePen(border_details[idx].pen_style, pen_width, pencr); in ME_DrawParaDecoration()