#include <ft2build.h>
Go to the source code of this file.
Functions | |
FT_BEGIN_HEADER | PS_Conv_Strtol (FT_Byte **cursor, FT_Byte *limit, FT_Int base) |
PS_Conv_ToInt (FT_Byte **cursor, FT_Byte *limit) | |
PS_Conv_ToFixed (FT_Byte **cursor, FT_Byte *limit, FT_Int 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 334 of file psconv.c.
References c, IS_PS_SPACE, w, x01, and x80.
Referenced by ps_parser_to_bytes().
Definition at line 73 of file psconv.c.
References c, FT_Bool, FT_BOOL, IS_PS_SPACE, num, p, RootCsg::sign(), and x80.
Referenced by PS_Conv_ToInt().
Definition at line 143 of file psconv.c.
References c, FT_Bool, FT_BOOL, FT_DivFix(), IS_PS_SPACE, RooFitShortHand::L(), p, PS_Conv_ToInt(), RootCsg::sign(), and x80.
Referenced by afm_parser_read_vals(), ps_parser_load_field(), ps_parser_to_fixed(), ps_tocoordarray(), and ps_tofixedarray().
Definition at line 120 of file psconv.c.
References num, p, and PS_Conv_Strtol().
Referenced by afm_parser_read_vals(), PS_Conv_ToFixed(), ps_parser_load_field(), and ps_parser_to_int().