Lines Matching refs:style
148 in_uint8(s, pen->style);
167 if (out_brush->style & 0x80)
169 colour_code = out_brush->style & 0x0f;
174 error("error getting brush data, style %x\n", out_brush->style);
182 out_brush->style = 3;
197 in_uint8(s, brush->style);
263 os->y, os->cx, os->cy, os->brush.style, os->bgcolour, os->fgcolour));
513 os->brush.style, os->bgcolour, os->fgcolour));
643 os->x, os->y, os->opcode, os->fillmode, os->brush.style, os->bgcolour, os->fgcolour,
743 pen.style = pen.width = 0;
835 os->left, os->top, os->right, os->bottom, os->opcode, os->fillmode, os->brush.style,
907 DEBUG(("TEXT2(x=%d,y=%d,cl=%d,ct=%d,cr=%d,cb=%d,bl=%d,bt=%d,br=%d,bb=%d,bs=%d,bg=0x%x,fg=0x%x,font=%d,fl=0x%x,op=0x%x,mix=%d,n=%d)\n", os->x, os->y, os->clipleft, os->cliptop, os->clipright, os->clipbottom, os->boxleft, os->boxtop, os->boxright, os->boxbottom, os->brush.style, os->bgcolour, os->fgcolour, os->font, os->flags, os->opcode, os->mixmode, os->length));