|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| struct d2d_command | c |
| D2D1_RECT_F | rect |
| ID2D1Brush * | brush |
| float | stroke_width |
| ID2D1StrokeStyle * | stroke_style |
Definition at line 140 of file command_list.c.
| ID2D1Brush* d2d_command_draw_rectangle::brush |
Definition at line 144 of file command_list.c.
Referenced by d2d_command_list_draw_rectangle(), and d2d_command_list_fill_geometry().
| struct d2d_command d2d_command_draw_rectangle::c |
Definition at line 142 of file command_list.c.
| D2D1_RECT_F d2d_command_draw_rectangle::rect |
Definition at line 143 of file command_list.c.
| ID2D1StrokeStyle* d2d_command_draw_rectangle::stroke_style |
Definition at line 146 of file command_list.c.
Referenced by d2d_command_list_draw_rectangle().
| float d2d_command_draw_rectangle::stroke_width |
Definition at line 145 of file command_list.c.
Referenced by d2d_command_list_draw_rectangle().