ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_afhints |
Functions | |
af_axis_hints_new_segment (AF_AxisHints axis, FT_Memory memory, AF_Segment *asegment) | |
af_axis_hints_new_edge (AF_AxisHints axis, FT_Int fpos, AF_Direction dir, FT_Bool top_to_bottom_hinting, FT_Memory memory, AF_Edge *anedge) | |
af_direction_compute (FT_Pos dx, FT_Pos dy) | |
af_glyph_hints_init (AF_GlyphHints hints, FT_Memory memory) | |
af_glyph_hints_done (AF_GlyphHints hints) | |
af_glyph_hints_rescale (AF_GlyphHints hints, AF_StyleMetrics metrics) | |
af_glyph_hints_reload (AF_GlyphHints hints, FT_Outline *outline) | |
af_glyph_hints_save (AF_GlyphHints hints, FT_Outline *outline) | |
af_glyph_hints_align_edge_points (AF_GlyphHints hints, AF_Dimension dim) | |
af_glyph_hints_align_strong_points (AF_GlyphHints hints, AF_Dimension dim) | |
static void | af_iup_shift (AF_Point p1, AF_Point p2, AF_Point ref) |
static void | af_iup_interp (AF_Point p1, AF_Point p2, AF_Point ref1, AF_Point ref2) |
af_glyph_hints_align_weak_points (AF_GlyphHints hints, AF_Dimension dim) | |
af_axis_hints_new_edge | ( | AF_AxisHints | axis, |
FT_Int | fpos, | ||
AF_Direction | dir, | ||
FT_Bool | top_to_bottom_hinting, | ||
FT_Memory | memory, | ||
AF_Edge * | anedge | ||
) |
Definition at line 99 of file afhints.c.
Referenced by af_latin_hints_compute_edges().
af_axis_hints_new_segment | ( | AF_AxisHints | axis, |
FT_Memory | memory, | ||
AF_Segment * | asegment | ||
) |
Definition at line 38 of file afhints.c.
Referenced by af_latin_hints_compute_segments().
Definition at line 613 of file afhints.c.
Referenced by af_glyph_hints_reload().
af_glyph_hints_align_edge_points | ( | AF_GlyphHints | hints, |
AF_Dimension | dim | ||
) |
Definition at line 1181 of file afhints.c.
Referenced by af_latin_hints_apply().
af_glyph_hints_align_strong_points | ( | AF_GlyphHints | hints, |
AF_Dimension | dim | ||
) |
Definition at line 1256 of file afhints.c.
Referenced by af_latin_hints_apply().
af_glyph_hints_align_weak_points | ( | AF_GlyphHints | hints, |
AF_Dimension | dim | ||
) |
Definition at line 1507 of file afhints.c.
Referenced by af_latin_hints_apply().
af_glyph_hints_done | ( | AF_GlyphHints | hints | ) |
Definition at line 672 of file afhints.c.
Referenced by af_autofitter_done(), af_autofitter_load_glyph(), and af_latin_metrics_init_widths().
af_glyph_hints_init | ( | AF_GlyphHints | hints, |
FT_Memory | memory | ||
) |
Definition at line 662 of file afhints.c.
Referenced by af_autofitter_load_glyph(), and af_latin_metrics_init_widths().
af_glyph_hints_reload | ( | AF_GlyphHints | hints, |
FT_Outline * | outline | ||
) |
Definition at line 732 of file afhints.c.
Referenced by af_dummy_hints_apply(), af_latin_hints_apply(), and af_latin_metrics_init_widths().
af_glyph_hints_rescale | ( | AF_GlyphHints | hints, |
AF_StyleMetrics | metrics | ||
) |
Definition at line 720 of file afhints.c.
Referenced by af_dummy_hints_init(), af_latin_hints_init(), and af_latin_metrics_init_widths().
af_glyph_hints_save | ( | AF_GlyphHints | hints, |
FT_Outline * | outline | ||
) |
Definition at line 1146 of file afhints.c.
Referenced by af_dummy_hints_apply(), and af_latin_hints_apply().
Definition at line 1439 of file afhints.c.
Referenced by af_glyph_hints_align_weak_points().
Definition at line 1412 of file afhints.c.
Referenced by af_glyph_hints_align_weak_points().