Searched defs:bgcolour (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.h85 uint32 bgcolour; member in struct:_PATBLT_ORDER
112 uint32 bgcolour; member in struct:_LINE_ORDER
153 uint32 bgcolour; member in struct:_TRIBLT_ORDER
200 uint32 bgcolour; member in struct:_POLYGON2_ORDER
245 uint32 bgcolour; member in struct:_ELLIPSE2_ORDER
259 uint32 bgcolour; member in struct:_TEXT2_ORDER
H A Dxwin.c3203 /* brush */ BRUSH * brush, int bgcolour, int fgcolour)
3221 SET_BACKGROUND(bgcolour);
3237 SET_FOREGROUND(bgcolour);
3261 SET_FOREGROUND(bgcolour);
3329 /* brush */ BRUSH * brush, int bgcolour, int fgcolour)
3338 ui_patblt(ROP2_NXOR, x, y, cx, cy, brush, bgcolour, fgcolour);
3342 ui_patblt(ROP2_XOR, x, y, cx, cy, brush, bgcolour, fgcolour);
3344 ui_patblt(ROP2_XOR, x, y, cx, cy, brush, bgcolour, fgcolour);
3349 ui_patblt(ROP2_AND, x, y, cx, cy, brush, bgcolour, fgcolour);
3387 /* brush */ BRUSH * brush, int bgcolour, in
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
3588 ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, RD_HGLYPH glyph, int srcx, int srcy, 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 52 milliseconds