Searched defs:brush (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.c174 error("error getting brush data, style %x\n", out_brush->style);
186 /* Parse a brush */
188 rdp_parse_brush(STREAM s, BRUSH * brush, uint32 present) argument
191 in_uint8(s, brush->xorigin);
194 in_uint8(s, brush->yorigin);
197 in_uint8(s, brush->style);
200 in_uint8(s, brush->pattern[0]);
203 in_uint8a(s, &brush->pattern[1], 7);
237 BRUSH brush; local
260 rdp_parse_brush(s, &os->brush, presen
268 &brush, os->bgcolour, os->fgcolour); local
468 BRUSH brush; local
611 BRUSH brush; local
806 BRUSH brush; local
849 BRUSH brush; local
[all...]
H A Dorders.h87 BRUSH brush; member in struct:_PATBLT_ORDER
155 BRUSH brush; member in struct:_TRIBLT_ORDER
202 BRUSH brush; member in struct:_POLYGON2_ORDER
244 BRUSH brush; member in struct:_ELLIPSE2_ORDER
269 BRUSH brush; member in struct:_TEXT2_ORDER
H A Dxwin.c3203 /* brush */ BRUSH * brush, int bgcolour, int fgcolour)
3210 switch (brush->style)
3219 hatch_patterns + brush->pattern[0] * 8);
3224 XSetTSOrigin(g_display, g_gc, brush->xorigin, brush->yorigin);
3232 if (brush->bd == 0) /* rdp4 brush */
3235 ipattern[7 - i] = brush->pattern[i];
3241 XSetTSOrigin(g_display, g_gc, brush
3201 ui_patblt(uint8 opcode, int x, int y, int cx, int cy, BRUSH * brush, int bgcolour, int fgcolour) argument
3326 ui_triblt(uint8 opcode, int x, int y, int cx, int cy, RD_HBITMAP src, int srcx, int srcy, BRUSH * brush, int bgcolour, int fgcolour) argument
3384 ui_polygon(uint8 opcode, uint8 fillmode, RD_POINT * point, int npoints, BRUSH * brush, int bgcolour, int fgcolour) argument
3501 ui_ellipse(uint8 opcode, uint8 fillmode, int x, int y, int cx, int cy, BRUSH * brush, int bgcolour, int fgcolour) argument
3641 ui_draw_text(uint8 font, uint8 flags, uint8 opcode, int mixmode, int x, int y, int clipx, int clipy, int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, int bgcolour, int fgcolour, uint8 * text, uint8 length) argument
[all...]

Completed in 58 milliseconds