|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Macros | |
| #define | FT_COMPONENT 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 643 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 1219 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 1294 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 1568 of file afhints.c.
Referenced by af_latin_hints_apply().
| af_glyph_hints_done | ( | AF_GlyphHints | hints | ) |
Definition at line 702 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 692 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 762 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 750 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 1184 of file afhints.c.
Referenced by af_dummy_hints_apply(), and af_latin_hints_apply().
Definition at line 1500 of file afhints.c.
Referenced by af_glyph_hints_align_weak_points().
Definition at line 1473 of file afhints.c.
Referenced by af_glyph_hints_align_weak_points().