|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| struct list | entry |
| const struct layout_run * | run |
| UINT32 | start |
| UINT32 | length |
| UINT32 | glyphcount |
| IUnknown * | effect |
| D2D1_POINT_2F | origin |
| FLOAT | align_dx |
| FLOAT | width |
| UINT16 * | clustermap |
| UINT32 | line |
| BOOL | underlined |
| D2D1_RECT_F | bbox |
| FLOAT layout_effective_run::align_dx |
Definition at line 162 of file layout.c.
Referenced by layout_add_effective_run(), layout_apply_centered_alignment(), layout_apply_leading_alignment(), layout_apply_trailing_alignment(), and layout_get_erun_bbox().
| D2D1_RECT_F layout_effective_run::bbox |
Definition at line 167 of file layout.c.
Referenced by layout_add_effective_run(), and layout_get_erun_bbox().
| UINT16* layout_effective_run::clustermap |
Definition at line 164 of file layout.c.
Referenced by layout_add_effective_run().
| IUnknown* layout_effective_run::effect |
Definition at line 160 of file layout.c.
Referenced by init_u_splitting_params_from_erun(), and layout_add_effective_run().
Definition at line 155 of file layout.c.
Referenced by layout_add_effective_run().
| UINT32 layout_effective_run::glyphcount |
Definition at line 159 of file layout.c.
Referenced by layout_add_effective_run(), and layout_get_erun_bbox().
| UINT32 layout_effective_run::length |
Definition at line 158 of file layout.c.
Referenced by layout_add_effective_run().
| UINT32 layout_effective_run::line |
Definition at line 165 of file layout.c.
Referenced by layout_add_effective_run(), layout_apply_centered_alignment(), layout_apply_par_alignment(), layout_apply_trailing_alignment(), layout_compute_effective_runs(), layout_get_line_width(), and layout_set_line_positions().
| D2D1_POINT_2F layout_effective_run::origin |
Definition at line 161 of file layout.c.
Referenced by layout_add_effective_run(), layout_apply_par_alignment(), layout_get_erun_bbox(), and layout_set_line_positions().
| const struct layout_run* layout_effective_run::run |
Definition at line 156 of file layout.c.
Referenced by dwritetextlayout_Draw(), dwritetextlayout_GetOverhangMetrics(), init_u_splitting_params_from_erun(), is_run_rtl(), layout_add_effective_run(), and layout_get_erun_font_metrics().
| UINT32 layout_effective_run::start |
Definition at line 157 of file layout.c.
Referenced by layout_add_effective_run().
| BOOL layout_effective_run::underlined |
Definition at line 166 of file layout.c.
Referenced by layout_add_effective_run(), and layout_compute_effective_runs().
| FLOAT layout_effective_run::width |
Definition at line 163 of file layout.c.
Referenced by layout_add_effective_run(), and layout_get_line_width().