ReactOS 0.4.16-dev-455-g37b0646
|
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_psconv |
#define | OP >= |
Functions | |
PS_Conv_Strtol (FT_Byte **cursor, FT_Byte *limit, FT_Long base) | |
PS_Conv_ToInt (FT_Byte **cursor, FT_Byte *limit) | |
PS_Conv_ToFixed (FT_Byte **cursor, FT_Byte *limit, FT_Long power_ten) | |
PS_Conv_ASCIIHexDecode (FT_Byte **cursor, FT_Byte *limit, FT_Byte *buffer, FT_Offset n) | |
PS_Conv_EexecDecode (FT_Byte **cursor, FT_Byte *limit, FT_Byte *buffer, FT_Offset n, FT_UShort *seed) | |
Variables | |
static const FT_Char | ft_char_table [128] |
Definition at line 465 of file psconv.c.
Referenced by ps_parser_to_bytes().
PS_Conv_EexecDecode | ( | FT_Byte ** | cursor, |
FT_Byte * | limit, | ||
FT_Byte * | buffer, | ||
FT_Offset | n, | ||
FT_UShort * | seed | ||
) |
Definition at line 558 of file psconv.c.
Referenced by t1_decrypt().
Definition at line 84 of file psconv.c.
Referenced by PS_Conv_ToInt().
Definition at line 196 of file psconv.c.
Referenced by afm_parser_read_vals(), ps_parser_load_field(), ps_parser_to_fixed(), ps_tocoordarray(), and ps_tofixedarray().
Definition at line 162 of file psconv.c.
Referenced by afm_parser_read_vals(), PS_Conv_ToFixed(), ps_parser_load_field(), and ps_parser_to_int().
Definition at line 43 of file psconv.c.
Referenced by PS_Conv_ASCIIHexDecode(), PS_Conv_Strtol(), and PS_Conv_ToFixed().