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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.h86 uint32 fgcolour; member in struct:_PATBLT_ORDER
154 uint32 fgcolour; member in struct:_TRIBLT_ORDER
186 uint32 fgcolour; member in struct:_POLYGON_ORDER
201 uint32 fgcolour; member in struct:_POLYGON2_ORDER
215 uint32 fgcolour; member in struct:_POLYLINE_ORDER
231 uint32 fgcolour; member in struct:_ELLIPSE_ORDER
246 uint32 fgcolour; member in struct:_ELLIPSE2_ORDER
260 uint32 fgcolour; member in struct:_TEXT2_ORDER
H A Dxwin.c3203 /* brush */ BRUSH * brush, int bgcolour, int fgcolour)
3213 SET_FOREGROUND(fgcolour);
3220 SET_FOREGROUND(fgcolour);
3238 SET_BACKGROUND(fgcolour);
3262 SET_BACKGROUND(fgcolour);
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);
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 41 milliseconds