|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| struct d2d_command | c |
| D2D1_POINT_2F | origin |
| DWRITE_MEASURING_MODE | measuring_mode |
| ID2D1Brush * | brush |
| DWRITE_GLYPH_RUN | run |
| DWRITE_GLYPH_RUN_DESCRIPTION * | run_desc |
Definition at line 180 of file command_list.c.
| ID2D1Brush* d2d_command_draw_glyph_run::brush |
Definition at line 185 of file command_list.c.
Referenced by d2d_command_list_draw_glyph_run().
| struct d2d_command d2d_command_draw_glyph_run::c |
Definition at line 182 of file command_list.c.
| DWRITE_MEASURING_MODE d2d_command_draw_glyph_run::measuring_mode |
Definition at line 184 of file command_list.c.
Referenced by d2d_command_list_draw_glyph_run().
| D2D1_POINT_2F d2d_command_draw_glyph_run::origin |
Definition at line 183 of file command_list.c.
| DWRITE_GLYPH_RUN d2d_command_draw_glyph_run::run |
Definition at line 186 of file command_list.c.
Referenced by d2d_command_list_draw_glyph_run().
| DWRITE_GLYPH_RUN_DESCRIPTION* d2d_command_draw_glyph_run::run_desc |
Definition at line 187 of file command_list.c.
Referenced by d2d_command_list_draw_glyph_run().