|
ReactOS 0.4.16-dev-2357-g35d0dfe
|
#include <freetype/internal/psaux.h>

Go to the source code of this file.
Functions | |
| FT_BEGIN_HEADER | 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) | |
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().
| FT_BEGIN_HEADER PS_Conv_Strtol | ( | FT_Byte ** | cursor, |
| FT_Byte * | limit, | ||
| FT_Long | base | ||
| ) |
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().