|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include <freetype/internal/psaux.h>#include <freetype/internal/ftdebug.h>#include "psconv.h"#include "psauxerr.h"

Go to the source code of this file.
Macros | |
| #define | FT_COMPONENT 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 464 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 557 of file psconv.c.
Referenced by t1_decrypt().
Definition at line 83 of file psconv.c.
Referenced by PS_Conv_ToInt().
Definition at line 195 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 161 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 42 of file psconv.c.
Referenced by PS_Conv_ASCIIHexDecode(), PS_Conv_Strtol(), and PS_Conv_ToFixed().