Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#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_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 456 of file psconv.c.
References FT_LOCAL_DEF, and IS_PS_SPACE.
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 549 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 84 of file psconv.c.
References FT_Bool, FT_BOOL, FT_LOCAL_DEF, FT_TRACE4, IS_PS_SPACE, and vl::sign().
Referenced by PS_Conv_ToInt().
Definition at line 192 of file psconv.c.
References FT_Bool, FT_BOOL, FT_DivFix(), FT_LOCAL_DEF, FT_TRACE4, IS_PS_DIGIT, IS_PS_SPACE, PS_Conv_ToInt(), and vl::sign().
Referenced by ps_parser_to_fixed().
Definition at line 158 of file psconv.c.
References FT_LOCAL_DEF, and PS_Conv_Strtol().
Referenced by PS_Conv_ToFixed(), and ps_parser_to_int().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.