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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.h185 uint8 fillmode; member in struct:_POLYGON_ORDER
199 uint8 fillmode; member in struct:_POLYGON2_ORDER
230 uint8 fillmode; member in struct:_ELLIPSE_ORDER
243 uint8 fillmode; member in struct:_ELLIPSE2_ORDER
H A Dxwin.c3385 /* mode */ uint8 fillmode,
3394 switch (fillmode)
3403 unimpl("fill mode %d\n", fillmode);
3502 /* mode */ uint8 fillmode,
3520 DRAW_ELLIPSE(x, y, cx, cy, fillmode);
3531 DRAW_ELLIPSE(x, y, cx, cy, fillmode);
3548 DRAW_ELLIPSE(x, y, cx, cy, fillmode);
3559 DRAW_ELLIPSE(x, y, cx, cy, fillmode);
3572 DRAW_ELLIPSE(x, y, cx, cy, fillmode);
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

Completed in 54 milliseconds