|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| IDWriteTextAnalysisSource * | source |
| UINT32 | position |
| UINT32 | length |
| UINT32 | consumed |
| UINT32 | chunk_length |
| const WCHAR * | text |
| UINT32 | cursor |
| HRESULT | status |
| BOOL | end |
| UINT32 | ch |
Definition at line 362 of file analyzer.c.
| UINT32 text_source_context::ch |
Definition at line 376 of file analyzer.c.
| UINT32 text_source_context::chunk_length |
Definition at line 370 of file analyzer.c.
| UINT32 text_source_context::consumed |
Definition at line 368 of file analyzer.c.
| UINT32 text_source_context::cursor |
Definition at line 372 of file analyzer.c.
| BOOL text_source_context::end |
Definition at line 374 of file analyzer.c.
| UINT32 text_source_context::length |
Definition at line 367 of file analyzer.c.
| UINT32 text_source_context::position |
Definition at line 366 of file analyzer.c.
Referenced by dwritetextanalyzer_AnalyzeScript(), and fallback_font_get_supported_length().
| IDWriteTextAnalysisSource* text_source_context::source |
Definition at line 364 of file analyzer.c.
| HRESULT text_source_context::status |
Definition at line 373 of file analyzer.c.
Definition at line 371 of file analyzer.c.