zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
psobjs.h File Reference
#include <ft2build.h>
#include <FT_INTERNAL_POSTSCRIPT_AUX_H>

Go to the source code of this file.

Functions

 ps_parser_done (PS_Parser parser)
 
 ps_parser_init (PS_Parser parser, FT_Byte *base, FT_Byte *limit, FT_Memory memory)
 
 ps_parser_load_field (PS_Parser parser, const T1_Field field, void **objects, FT_UInt max_objects, FT_ULong *pflags)
 
 ps_parser_load_field_table (PS_Parser parser, const T1_Field field, void **objects, FT_UInt max_objects, FT_ULong *pflags)
 
 ps_parser_skip_PS_token (PS_Parser parser)
 
 ps_parser_skip_spaces (PS_Parser parser)
 
 ps_parser_to_bytes (PS_Parser parser, FT_Byte *bytes, FT_Offset max_bytes, FT_Long *pnum_bytes, FT_Bool delimiters)
 
 ps_parser_to_coord_array (PS_Parser parser, FT_Int max_coords, FT_Short *coords)
 
 ps_parser_to_fixed (PS_Parser parser, FT_Int power_ten)
 
 ps_parser_to_fixed_array (PS_Parser parser, FT_Int max_values, FT_Fixed *values, FT_Int power_ten)
 
 ps_parser_to_int (PS_Parser parser)
 
 ps_parser_to_token (PS_Parser parser, T1_Token token)
 
 ps_parser_to_token_array (PS_Parser parser, T1_Token tokens, FT_UInt max_tokens, FT_Int *pnum_tokens)
 
 ps_table_add (PS_Table table, FT_Int idx, void *object, FT_PtrDist length)
 
 ps_table_done (PS_Table table)
 
 ps_table_new (PS_Table table, FT_Int count, FT_Memory memory)
 
 ps_table_release (PS_Table table)
 
 t1_builder_add_contour (T1_Builder builder)
 
 t1_builder_add_point (T1_Builder builder, FT_Pos x, FT_Pos y, FT_Byte flag)
 
 t1_builder_add_point1 (T1_Builder builder, FT_Pos x, FT_Pos y)
 
 t1_builder_check_points (T1_Builder builder, FT_Int count)
 
 t1_builder_close_contour (T1_Builder builder)
 
 t1_builder_done (T1_Builder builder)
 
 t1_builder_init (T1_Builder builder, FT_Face face, FT_Size size, FT_GlyphSlot glyph, FT_Bool hinting)
 
 t1_builder_start_point (T1_Builder builder, FT_Pos x, FT_Pos y)
 
 t1_decrypt (FT_Byte *buffer, FT_Offset length, FT_UShort seed)
 

Variables

FT_CALLBACK_TABLE const
PS_Parser_FuncsRec 
ps_parser_funcs
 
FT_BEGIN_HEADER
FT_CALLBACK_TABLE const
PS_Table_FuncsRec 
ps_table_funcs
 
FT_CALLBACK_TABLE const
T1_Builder_FuncsRec 
t1_builder_funcs
 

Function Documentation

ps_parser_done ( PS_Parser  parser)

Definition at line 1432 of file psobjs.c.

References FT_UNUSED.

ps_parser_init ( PS_Parser  parser,
FT_Byte base,
FT_Byte limit,
FT_Memory  memory 
)

Definition at line 1417 of file psobjs.c.

References ps_parser_funcs.

ps_parser_skip_PS_token ( PS_Parser  parser)

Definition at line 514 of file psobjs.c.

Referenced by ps_parser_to_token().

ps_parser_skip_spaces ( PS_Parser  parser)
ps_parser_to_bytes ( PS_Parser  parser,
FT_Byte bytes,
FT_Offset  max_bytes,
FT_Long pnum_bytes,
FT_Bool  delimiters 
)

Definition at line 1314 of file psobjs.c.

References error, FT_ERROR, PS_Conv_ASCIIHexDecode(), and ps_parser_skip_spaces().

ps_parser_to_coord_array ( PS_Parser  parser,
FT_Int  max_coords,
FT_Short coords 
)

Definition at line 1376 of file psobjs.c.

References ps_parser_skip_spaces(), and ps_tocoordarray().

ps_parser_to_fixed ( PS_Parser  parser,
FT_Int  power_ten 
)

Definition at line 1367 of file psobjs.c.

References PS_Conv_ToFixed(), and ps_parser_skip_spaces().

ps_parser_to_fixed_array ( PS_Parser  parser,
FT_Int  max_values,
FT_Fixed values,
FT_Int  power_ten 
)

Definition at line 1387 of file psobjs.c.

References ps_parser_skip_spaces(), and ps_tofixedarray().

ps_parser_to_int ( PS_Parser  parser)

Definition at line 1304 of file psobjs.c.

References PS_Conv_ToInt(), and ps_parser_skip_spaces().

ps_parser_to_token_array ( PS_Parser  parser,
T1_Token  tokens,
FT_UInt  max_tokens,
FT_Int pnum_tokens 
)
ps_table_add ( PS_Table  table,
FT_Int  idx,
void object,
FT_PtrDist  length 
)

Definition at line 168 of file psobjs.c.

References error, FT_ERROR, FT_MEM_COPY, FT_PAD_CEIL, idx, if(), and reallocate_t1_table().

ps_table_done ( PS_Table  table)

Definition at line 240 of file psobjs.c.

References error, FT_ALLOC, FT_FREE, FT_MEM_COPY, FT_UNUSED, and shift_elements().

ps_table_new ( PS_Table  table,
FT_Int  count,
FT_Memory  memory 
)

Definition at line 69 of file psobjs.c.

References error, FT_FREE, FT_NEW_ARRAY, if(), and ps_table_funcs.

ps_table_release ( PS_Table  table)

Definition at line 264 of file psobjs.c.

References FT_FREE.

t1_builder_add_contour ( T1_Builder  builder)
t1_builder_add_point1 ( T1_Builder  builder,
FT_Pos  x,
FT_Pos  y 
)
t1_builder_check_points ( T1_Builder  builder,
FT_Int  count 
)

Definition at line 1535 of file psobjs.c.

References FT_GLYPHLOADER_CHECK_POINTS.

Referenced by t1_builder_add_point1(), and t1_decoder_parse_charstrings().

t1_builder_done ( T1_Builder  builder)

Definition at line 1523 of file psobjs.c.

References FT_GlyphSlotRec_::outline.

Referenced by t1_decoder_done().

t1_builder_init ( T1_Builder  builder,
FT_Face  face,
FT_Size  size,
FT_GlyphSlot  glyph,
FT_Bool  hinting 
)

Definition at line 1467 of file psobjs.c.

References FT_GlyphLoader_Rewind(), t1_builder_funcs, and T1_Parse_Start.

Referenced by t1_decoder_init().

t1_builder_start_point ( T1_Builder  builder,
FT_Pos  x,
FT_Pos  y 
)
t1_decrypt ( FT_Byte buffer,
FT_Offset  length,
FT_UShort  seed 
)

Definition at line 1698 of file psobjs.c.

References PS_Conv_EexecDecode().

Variable Documentation

Definition at line 43 of file psobjs.h.

Definition at line 40 of file psobjs.h.

Definition at line 46 of file psobjs.h.