|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| struct d2d_command | c |
| D2D1_POINT_2F | p0 |
| D2D1_POINT_2F | p1 |
| ID2D1Brush * | brush |
| float | stroke_width |
| ID2D1StrokeStyle * | stroke_style |
Definition at line 122 of file command_list.c.
| ID2D1Brush* d2d_command_draw_line::brush |
Definition at line 126 of file command_list.c.
Referenced by d2d_command_list_draw_line().
| struct d2d_command d2d_command_draw_line::c |
Definition at line 124 of file command_list.c.
| D2D1_POINT_2F d2d_command_draw_line::p0 |
Definition at line 125 of file command_list.c.
Referenced by d2d_command_list_draw_line().
| D2D1_POINT_2F d2d_command_draw_line::p1 |
Definition at line 125 of file command_list.c.
Referenced by d2d_command_list_draw_line().
| ID2D1StrokeStyle* d2d_command_draw_line::stroke_style |
Definition at line 128 of file command_list.c.
Referenced by d2d_command_list_draw_line().
| float d2d_command_draw_line::stroke_width |
Definition at line 127 of file command_list.c.
Referenced by d2d_command_list_draw_line().