cidparse.h File Reference

#include <ft2build.h>

Go to the source code of this file.

Classes

struct  CID_Parser_

Defines

#define cid_parser_skip_spaces(p)   (p)->root.funcs.skip_spaces( &(p)->root )
#define cid_parser_skip_PS_token(p)   (p)->root.funcs.skip_PS_token( &(p)->root )
#define cid_parser_to_int(p)   (p)->root.funcs.to_int( &(p)->root )
#define cid_parser_to_fixed(p, t)   (p)->root.funcs.to_fixed( &(p)->root, t )
#define cid_parser_to_coord_array(p, m, c)   (p)->root.funcs.to_coord_array( &(p)->root, m, c )
#define cid_parser_to_fixed_array(p, m, f, t)   (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
#define cid_parser_to_token(p, t)   (p)->root.funcs.to_token( &(p)->root, t )
#define cid_parser_to_token_array(p, t, m, c)   (p)->root.funcs.to_token_array( &(p)->root, t, m, c )
#define cid_parser_load_field(p, f, o)   (p)->root.funcs.load_field( &(p)->root, f, o, 0, 0 )
#define cid_parser_load_field_table(p, f, o)   (p)->root.funcs.load_field_table( &(p)->root, f, o, 0, 0 )

Typedefs

typedef FT_BEGIN_HEADER struct
CID_Parser_ 
CID_Parser

Functions

 cid_parser_new (CID_Parser *parser, FT_Stream stream, FT_Memory memory, PSAux_Service psaux)
 cid_parser_done (CID_Parser *parser)


Define Documentation

#define cid_parser_load_field ( p,
f,
 )     (p)->root.funcs.load_field( &(p)->root, f, o, 0, 0 )

Definition at line 112 of file cidparse.h.

#define cid_parser_load_field_table ( p,
f,
 )     (p)->root.funcs.load_field_table( &(p)->root, f, o, 0, 0 )

Definition at line 114 of file cidparse.h.

#define cid_parser_skip_PS_token ( p   )     (p)->root.funcs.skip_PS_token( &(p)->root )

Definition at line 97 of file cidparse.h.

Referenced by cid_parser_new().

#define cid_parser_skip_spaces ( p   )     (p)->root.funcs.skip_spaces( &(p)->root )

Definition at line 95 of file cidparse.h.

Referenced by cid_parser_new().

#define cid_parser_to_coord_array ( p,
m,
c   )     (p)->root.funcs.to_coord_array( &(p)->root, m, c )

Definition at line 103 of file cidparse.h.

#define cid_parser_to_fixed ( p,
t   )     (p)->root.funcs.to_fixed( &(p)->root, t )

Definition at line 101 of file cidparse.h.

Referenced by parse_expansion_factor().

#define cid_parser_to_fixed_array ( p,
m,
f,
t   )     (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )

Definition at line 105 of file cidparse.h.

Referenced by parse_font_matrix().

#define cid_parser_to_int ( p   )     (p)->root.funcs.to_int( &(p)->root )

Definition at line 100 of file cidparse.h.

Referenced by parse_fd_array().

#define cid_parser_to_token ( p,
t   )     (p)->root.funcs.to_token( &(p)->root, t )

Definition at line 107 of file cidparse.h.

#define cid_parser_to_token_array ( p,
t,
m,
c   )     (p)->root.funcs.to_token_array( &(p)->root, t, m, c )

Definition at line 109 of file cidparse.h.


Typedef Documentation

typedef FT_BEGIN_HEADER struct CID_Parser_ CID_Parser


Function Documentation

cid_parser_done ( CID_Parser parser  ) 

Definition at line 211 of file cidparse.c.

References FT_FRAME_RELEASE, and PC3::stream().

cid_parser_new ( CID_Parser parser,
FT_Stream  stream,
FT_Memory  memory,
PSAux_Service  psaux 
)

Definition at line 51 of file cidparse.c.

References buffer, cid_parser_skip_PS_token, cid_parser_skip_spaces, error, ft_atol, FT_FRAME_ENTER, FT_FRAME_EXIT, FT_FRAME_EXTRACT, FT_FRAME_RELEASE, FT_MEM_MOVE, FT_MEM_ZERO, FT_MIN, FT_STREAM_POS, FT_STREAM_READ, FT_STREAM_SEEK, ft_strncmp, FT_TRACE2, and p.


Generated on Tue Jul 5 15:58:23 2011 for ROOT_528-00b_version by  doxygen 1.5.1