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

Public Attributes | |
| struct shaping_feature * | features |
| size_t | count |
| size_t | capacity |
| unsigned int | stage |
| struct shaping_stage | stages [MAX_SHAPING_STAGE] |
Definition at line 712 of file dwrite_private.h.
| size_t shaping_features::capacity |
Definition at line 716 of file dwrite_private.h.
Referenced by opentype_get_vertical_glyph_variants(), opentype_has_vertical_variants(), and shape_add_feature_full().
| size_t shaping_features::count |
Definition at line 715 of file dwrite_private.h.
Referenced by opentype_get_vertical_glyph_variants(), opentype_has_vertical_variants(), opentype_layout_check_feature(), opentype_layout_collect_lookups(), shape_add_feature_full(), shape_merge_features(), and shaping_features_get_mask().
| struct shaping_feature* shaping_features::features |
Definition at line 714 of file dwrite_private.h.
Referenced by opentype_get_vertical_glyph_variants(), opentype_has_vertical_variants(), opentype_layout_check_feature(), opentype_layout_collect_lookups(), shape_add_feature_full(), shape_get_glyphs(), shape_get_positions(), shape_merge_features(), and shaping_features_get_mask().
Definition at line 717 of file dwrite_private.h.
Referenced by opentype_layout_apply_gsub_features(), opentype_layout_collect_lookups(), shape_add_feature_full(), and shape_start_next_stage().
| struct shaping_stage shaping_features::stages[MAX_SHAPING_STAGE] |
Definition at line 718 of file dwrite_private.h.
Referenced by opentype_layout_apply_gsub_features(), opentype_layout_collect_lookups(), and shape_start_next_stage().