Lines Matching refs:pen
143 /* Parse a pen */
145 rdp_parse_pen(STREAM s, PEN * pen, uint32 present)
148 in_uint8(s, pen->style);
151 in_uint8(s, pen->width);
154 rdp_in_colour(s, &pen->colour);
327 rdp_parse_pen(s, &os->pen, present >> 7);
330 os->opcode, os->startx, os->starty, os->endx, os->endy, os->pen.colour));
338 ui_line(os->opcode - 1, os->startx, os->starty, os->endx, os->endy, &os->pen);
698 PEN pen;
743 pen.style = pen.width = 0;
744 pen.colour = os->fgcolour;
763 ui_polyline(os->opcode - 1, points, os->lines + 1, &pen);