ReactOS 0.4.16-dev-555-g690643f
|
#include <pshalgo.h>
PSH_Contour PSH_GlyphRec_::contours |
Definition at line 195 of file pshalgo.h.
Referenced by psh_glyph_compute_extrema(), psh_glyph_compute_inflections(), psh_glyph_done(), psh_glyph_init(), and psh_glyph_interpolate_other_points().
FT_Bool PSH_GlyphRec_::do_horz_hints |
Definition at line 206 of file pshalgo.h.
Referenced by ps_hints_apply(), and psh_hint_align().
FT_Bool PSH_GlyphRec_::do_horz_snapping |
Definition at line 208 of file pshalgo.h.
Referenced by ps_hints_apply(), and psh_hint_align().
FT_Bool PSH_GlyphRec_::do_stem_adjust |
Definition at line 210 of file pshalgo.h.
Referenced by ps_hints_apply(), and psh_hint_align().
FT_Bool PSH_GlyphRec_::do_vert_hints |
Definition at line 207 of file pshalgo.h.
Referenced by ps_hints_apply(), and psh_hint_align().
FT_Bool PSH_GlyphRec_::do_vert_snapping |
Definition at line 209 of file pshalgo.h.
Referenced by ps_hints_apply(), and psh_hint_align().
PSH_Globals PSH_GlyphRec_::globals |
Definition at line 199 of file pshalgo.h.
Referenced by ps_hints_apply(), psh_glyph_find_strong_points(), psh_glyph_init(), psh_glyph_interpolate_normal_points(), psh_glyph_interpolate_other_points(), and psh_glyph_interpolate_strong_points().
PSH_Hint_TableRec PSH_GlyphRec_::hint_tables[2] |
Definition at line 200 of file pshalgo.h.
Referenced by ps_hints_apply(), psh_glyph_done(), psh_glyph_find_strong_points(), and psh_glyph_init().
FT_Memory PSH_GlyphRec_::memory |
Definition at line 197 of file pshalgo.h.
Referenced by psh_glyph_done(), psh_glyph_init(), and psh_glyph_interpolate_normal_points().
FT_UInt PSH_GlyphRec_::num_contours |
Definition at line 192 of file pshalgo.h.
Referenced by psh_glyph_compute_extrema(), psh_glyph_compute_inflections(), psh_glyph_done(), psh_glyph_init(), and psh_glyph_interpolate_other_points().
FT_UInt PSH_GlyphRec_::num_points |
Definition at line 191 of file pshalgo.h.
Referenced by psh_glyph_compute_extrema(), psh_glyph_done(), psh_glyph_find_blue_points(), psh_glyph_find_strong_points(), psh_glyph_init(), psh_glyph_interpolate_normal_points(), psh_glyph_interpolate_strong_points(), psh_glyph_load_points(), and psh_glyph_save_points().
FT_Outline* PSH_GlyphRec_::outline |
Definition at line 198 of file pshalgo.h.
Referenced by psh_glyph_init(), psh_glyph_load_points(), and psh_glyph_save_points().
PSH_Point PSH_GlyphRec_::points |
Definition at line 194 of file pshalgo.h.
Referenced by psh_glyph_compute_extrema(), psh_glyph_done(), psh_glyph_find_blue_points(), psh_glyph_find_strong_points(), psh_glyph_init(), psh_glyph_interpolate_normal_points(), psh_glyph_interpolate_strong_points(), psh_glyph_load_points(), and psh_glyph_save_points().