ReactOS 0.4.16-dev-92-g0c2cdca
|
Go to the source code of this file.
Functions | |
static void | psh_globals_scale_widths (PSH_Globals globals, FT_UInt direction) |
static void | psh_blues_set_zones_0 (PSH_Blues target, FT_Bool is_others, FT_UInt read_count, FT_Short *read, PSH_Blue_Table top_table, PSH_Blue_Table bot_table) |
static void | psh_blues_set_zones (PSH_Blues target, FT_UInt count, FT_Short *blues, FT_UInt count_others, FT_Short *other_blues, FT_Int fuzz, FT_Int family) |
static void | psh_blues_scale_zones (PSH_Blues blues, FT_Fixed scale, FT_Pos delta) |
static FT_Short | psh_calc_max_height (FT_UInt num, const FT_Short *values, FT_Short cur_max) |
psh_blues_snap_stem (PSH_Blues blues, FT_Int stem_top, FT_Int stem_bot, PSH_Alignment alignment) | |
static void | psh_globals_destroy (PSH_Globals globals) |
static FT_Error | psh_globals_new (FT_Memory memory, T1_Private *priv, PSH_Globals *aglobals) |
psh_globals_set_scale (PSH_Globals globals, FT_Fixed x_scale, FT_Fixed y_scale, FT_Fixed x_delta, FT_Fixed y_delta) | |
psh_globals_funcs_init (PSH_Globals_FuncsRec *funcs) | |
Definition at line 366 of file pshglob.c.
Referenced by psh_globals_set_scale().
|
static |
Definition at line 234 of file pshglob.c.
Referenced by psh_globals_new().
|
static |
Definition at line 139 of file pshglob.c.
Referenced by psh_blues_set_zones().
psh_blues_snap_stem | ( | PSH_Blues | blues, |
FT_Int | stem_top, | ||
FT_Int | stem_bot, | ||
PSH_Alignment | alignment | ||
) |
Definition at line 548 of file pshglob.c.
Referenced by psh_hint_align().
|
static |
Definition at line 527 of file pshglob.c.
Referenced by psh_globals_new().
|
static |
Definition at line 619 of file pshglob.c.
Referenced by psh_globals_funcs_init().
psh_globals_funcs_init | ( | PSH_Globals_FuncsRec * | funcs | ) |
Definition at line 787 of file pshglob.c.
Referenced by ps_hinter_init().
|
static |
Definition at line 645 of file pshglob.c.
Referenced by psh_globals_funcs_init().
|
static |
Definition at line 41 of file pshglob.c.
Referenced by psh_globals_set_scale().
psh_globals_set_scale | ( | PSH_Globals | globals, |
FT_Fixed | x_scale, | ||
FT_Fixed | y_scale, | ||
FT_Fixed | x_delta, | ||
FT_Fixed | y_delta | ||
) |
Definition at line 754 of file pshglob.c.
Referenced by ps_hints_apply(), and psh_globals_funcs_init().