|
ReactOS 0.4.17-dev-934-g091855f
|
#include <dwrite_private.h>

Public Attributes | |
| const void * | data |
| union { | |
| struct { | |
| unsigned int seg_count | |
| unsigned int glyph_id_array_len | |
| const UINT16 * ends | |
| const UINT16 * starts | |
| const UINT16 * id_delta | |
| const UINT16 * id_range_offset | |
| const UINT16 * glyph_id_array | |
| } format4 | |
| struct { | |
| unsigned int first | |
| unsigned int last | |
| } format6_10 | |
| struct { | |
| unsigned int group_count | |
| } format12_13 | |
| } | u |
| p_cmap_get_glyph_func | get_glyph |
| p_cmap_get_ranges_func | get_ranges |
| unsigned short | symbol: 1 |
| IDWriteFontFileStream * | stream |
| void * | table_context |
Definition at line 214 of file dwrite_private.h.
Definition at line 216 of file dwrite_private.h.
Referenced by dwrite_cmap_init(), dwrite_cmap_release(), opentype_cmap_format0_get_glyph(), and opentype_cmap_get_unicode_ranges().
Definition at line 224 of file dwrite_private.h.
Definition at line 232 of file dwrite_private.h.
| struct { ... } dwrite_cmap::format12_13 |
Referenced by dwrite_cmap_init().
| struct { ... } dwrite_cmap::format4 |
Referenced by dwrite_cmap_init().
| struct { ... } dwrite_cmap::format6_10 |
Referenced by dwrite_cmap_init().
| p_cmap_get_glyph_func dwrite_cmap::get_glyph |
Definition at line 240 of file dwrite_private.h.
Referenced by dwrite_cmap_init().
| p_cmap_get_ranges_func dwrite_cmap::get_ranges |
Definition at line 241 of file dwrite_private.h.
Referenced by dwrite_cmap_init(), and opentype_cmap_get_unicode_ranges().
Definition at line 228 of file dwrite_private.h.
Definition at line 222 of file dwrite_private.h.
Definition at line 237 of file dwrite_private.h.
Definition at line 226 of file dwrite_private.h.
Definition at line 227 of file dwrite_private.h.
Definition at line 233 of file dwrite_private.h.
Definition at line 221 of file dwrite_private.h.
Definition at line 225 of file dwrite_private.h.
| IDWriteFontFileStream* dwrite_cmap::stream |
Definition at line 243 of file dwrite_private.h.
Referenced by dwrite_cmap_init(), and dwrite_cmap_release().
Definition at line 242 of file dwrite_private.h.
Referenced by dwrite_cmap_init().
| void* dwrite_cmap::table_context |
Definition at line 244 of file dwrite_private.h.
Referenced by dwrite_cmap_init(), and dwrite_cmap_release().
| union { ... } dwrite_cmap::u |
Referenced by dwrite_cmap_init().