#include "t42objs.h"
Go to the source code of this file.
Classes | |
struct | T42_ParserRec_ |
struct | T42_Loader_ |
Typedefs | |
typedef FT_BEGIN_HEADER struct T42_ParserRec_ | T42_ParserRec |
typedef FT_BEGIN_HEADER struct T42_ParserRec_ * | T42_Parser |
typedef T42_Loader_ | T42_LoaderRec |
typedef T42_Loader_ * | T42_Loader |
Functions | |
t42_parser_init (T42_Parser parser, FT_Stream stream, FT_Memory memory, PSAux_Service psaux) | |
t42_parser_done (T42_Parser parser) | |
t42_parse_dict (T42_Face face, T42_Loader loader, FT_Byte *base, FT_Long size) | |
t42_loader_init (T42_Loader loader, T42_Face face) | |
t42_loader_done (T42_Loader loader) |
typedef struct T42_Loader_ * T42_Loader |
typedef struct T42_Loader_ T42_LoaderRec |
typedef FT_BEGIN_HEADER struct T42_ParserRec_ * T42_Parser |
typedef FT_BEGIN_HEADER struct T42_ParserRec_ T42_ParserRec |
t42_loader_done | ( | T42_Loader | loader | ) |
Definition at line 1162 of file t42parse.c.
References T1_Release_Table, and t42_parser_done().
Referenced by T42_Open_Face().
t42_loader_init | ( | T42_Loader | loader, | |
T42_Face | face | |||
) |
Definition at line 1145 of file t42parse.c.
References FT_MEM_ZERO, and FT_UNUSED.
Referenced by T42_Open_Face().
t42_parse_dict | ( | T42_Face | face, | |
T42_Loader | loader, | |||
FT_Byte * | base, | |||
FT_Long | size | |||
) |
Definition at line 1014 of file t42parse.c.
References ft_memcmp, ft_strlen, ft_strncmp, i, if(), len, name, root, T1_Skip_PS_Token, T1_Skip_Spaces, T1_TOKEN_TYPE_ARRAY, T1_ToToken, t42_keywords, t42_load_keyword(), and T1_TokenRec_::type.
Referenced by T42_Open_Face().
t42_parser_done | ( | T42_Parser | parser | ) |
t42_parser_init | ( | T42_Parser | parser, | |
FT_Stream | stream, | |||
FT_Memory | memory, | |||
PSAux_Service | psaux | |||
) |
Definition at line 141 of file t42parse.c.
References error, FT_ALLOC, FT_FRAME_ENTER, FT_FRAME_EXIT, FT_FREE, ft_memcmp, FT_STREAM_READ, FT_STREAM_SEEK, FT_STREAM_SKIP, FT_TRACE2, if(), RooFitShortHand::L(), and size.
Referenced by T42_Open_Face().