ReactOS 0.4.16-dev-338-g34e76ad
|
#include <afhints.h>
Public Attributes | |
FT_Int | num_segments |
FT_Int | max_segments |
AF_Segment | segments |
FT_Int | num_edges |
FT_Int | max_edges |
AF_Edge | edges |
AF_Direction | major_dir |
struct { | |
AF_SegmentRec segments [AF_SEGMENTS_EMBEDDED] | |
AF_EdgeRec edges [AF_EDGES_EMBEDDED] | |
} | embedded |
AF_Edge AF_AxisHintsRec_::edges |
Definition at line 316 of file afhints.h.
Referenced by af_glyph_hints_align_strong_points(), af_glyph_hints_done(), af_latin_hint_edges(), af_latin_hints_compute_blue_edges(), af_latin_hints_compute_edges(), and af_loader_load_glyph().
AF_EdgeRec AF_AxisHintsRec_::edges[AF_EDGES_EMBEDDED] |
struct { ... } AF_AxisHintsRec_::embedded |
Referenced by af_glyph_hints_done().
AF_Direction AF_AxisHintsRec_::major_dir |
Definition at line 318 of file afhints.h.
Referenced by af_latin_hints_compute_blue_edges(), and af_latin_hints_link_segments().
FT_Int AF_AxisHintsRec_::max_edges |
Definition at line 315 of file afhints.h.
Referenced by af_glyph_hints_done().
FT_Int AF_AxisHintsRec_::max_segments |
Definition at line 308 of file afhints.h.
Referenced by af_glyph_hints_done().
FT_Int AF_AxisHintsRec_::num_edges |
Definition at line 314 of file afhints.h.
Referenced by af_glyph_hints_align_strong_points(), af_glyph_hints_done(), af_latin_hint_edges(), af_latin_hints_compute_blue_edges(), af_latin_hints_compute_edges(), and af_loader_load_glyph().
FT_Int AF_AxisHintsRec_::num_segments |
Definition at line 307 of file afhints.h.
Referenced by af_glyph_hints_align_edge_points(), af_glyph_hints_done(), af_latin_hints_compute_edges(), af_latin_hints_link_segments(), and af_latin_metrics_init_widths().
AF_Segment AF_AxisHintsRec_::segments |
Definition at line 309 of file afhints.h.
Referenced by af_glyph_hints_align_edge_points(), af_glyph_hints_done(), af_latin_hints_compute_edges(), af_latin_hints_link_segments(), and af_latin_metrics_init_widths().
AF_SegmentRec AF_AxisHintsRec_::segments[AF_SEGMENTS_EMBEDDED] |