|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <ft2build.h>#include "psobjs.h"#include "psconv.h"#include "psauxerr.h"#include "psauxmod.h"

Go to the source code of this file.
Macros | |
| #define | FT_COMPONENT psobjs |
| #define | IS_OCTAL_DIGIT(c) ( '0' <= (c) && (c) <= '7' ) |
| #define | T1_MAX_TABLE_ELEMENTS 32 |
| cff_builder_add_contour | ( | CFF_Builder * | builder | ) |
Definition at line 1983 of file psobjs.c.
Referenced by cff_builder_start_point().
| cff_builder_add_point | ( | CFF_Builder * | builder, |
| FT_Pos | x, | ||
| FT_Pos | y, | ||
| FT_Byte | flag | ||
| ) |
Definition at line 1928 of file psobjs.c.
Referenced by cff_builder_add_point1().
| cff_builder_add_point1 | ( | CFF_Builder * | builder, |
| FT_Pos | x, | ||
| FT_Pos | y | ||
| ) |
Definition at line 1966 of file psobjs.c.
Referenced by cff_builder_start_point().
| cff_builder_close_contour | ( | CFF_Builder * | builder | ) |
Definition at line 2033 of file psobjs.c.
| cff_builder_done | ( | CFF_Builder * | builder | ) |
| cff_builder_init | ( | CFF_Builder * | builder, |
| TT_Face | face, | ||
| CFF_Size | size, | ||
| CFF_GlyphSlot | glyph, | ||
| FT_Bool | hinting | ||
| ) |
Definition at line 1841 of file psobjs.c.
Referenced by cff_decoder_init().
| cff_builder_start_point | ( | CFF_Builder * | builder, |
| FT_Pos | x, | ||
| FT_Pos | y | ||
| ) |
Definition at line 2011 of file psobjs.c.
| cff_check_points | ( | CFF_Builder * | builder, |
| FT_Int | count | ||
| ) |
| cff_random | ( | FT_UInt32 | r | ) |
Definition at line 2588 of file psobjs.c.
Referenced by cf2_interpT2CharString(), and t1_make_subfont().
| ps_builder_add_contour | ( | PS_Builder * | builder | ) |
Definition at line 2284 of file psobjs.c.
Referenced by ps_builder_start_point().
| ps_builder_add_point | ( | PS_Builder * | builder, |
| FT_Pos | x, | ||
| FT_Pos | y, | ||
| FT_Byte | flag | ||
| ) |
Definition at line 2217 of file psobjs.c.
Referenced by cf2_builder_cubeTo(), and ps_builder_add_point1().
| ps_builder_add_point1 | ( | PS_Builder * | builder, |
| FT_Pos | x, | ||
| FT_Pos | y | ||
| ) |
Definition at line 2267 of file psobjs.c.
Referenced by cf2_builder_lineTo(), and ps_builder_start_point().
| ps_builder_check_points | ( | PS_Builder * | builder, |
| FT_Int | count | ||
| ) |
Definition at line 2208 of file psobjs.c.
Referenced by cf2_builder_cubeTo(), cf2_interpT2CharString(), and ps_builder_add_point1().
| ps_builder_close_contour | ( | PS_Builder * | builder | ) |
Definition at line 2341 of file psobjs.c.
Referenced by cf2_builder_moveTo(), and cf2_outline_close().
| ps_builder_done | ( | PS_Builder * | builder | ) |
| ps_builder_init | ( | PS_Builder * | ps_builder, |
| void * | builder, | ||
| FT_Bool | is_t1 | ||
| ) |
Definition at line 2119 of file psobjs.c.
Referenced by ps_decoder_init().
| ps_builder_start_point | ( | PS_Builder * | builder, |
| FT_Pos | x, | ||
| FT_Pos | y | ||
| ) |
Definition at line 2319 of file psobjs.c.
Referenced by cf2_builder_cubeTo(), and cf2_builder_lineTo().
| ps_decoder_init | ( | PS_Decoder * | ps_decoder, |
| void * | decoder, | ||
| FT_Bool | is_t1 | ||
| ) |
Definition at line 2423 of file psobjs.c.
| ps_parser_done | ( | PS_Parser | parser | ) |
Definition at line 1520 of file psobjs.c.
| ps_parser_load_field | ( | PS_Parser | parser, |
| const T1_Field | field, | ||
| void ** | objects, | ||
| FT_UInt | max_objects, | ||
| FT_ULong * | pflags | ||
| ) |
Definition at line 1033 of file psobjs.c.
Referenced by ps_parser_load_field_table().
| ps_parser_load_field_table | ( | PS_Parser | parser, |
| const T1_Field | field, | ||
| void ** | objects, | ||
| FT_UInt | max_objects, | ||
| FT_ULong * | pflags | ||
| ) |
Definition at line 1330 of file psobjs.c.
| ps_parser_skip_PS_token | ( | PS_Parser | parser | ) |
Definition at line 518 of file psobjs.c.
Referenced by ps_parser_to_token().
| ps_parser_skip_spaces | ( | PS_Parser | parser | ) |
Definition at line 616 of file psobjs.c.
Referenced by ps_parser_to_bytes(), ps_parser_to_coord_array(), ps_parser_to_fixed(), ps_parser_to_fixed_array(), ps_parser_to_int(), and ps_parser_to_token().
| ps_parser_to_bytes | ( | PS_Parser | parser, |
| FT_Byte * | bytes, | ||
| FT_Offset | max_bytes, | ||
| FT_ULong * | pnum_bytes, | ||
| FT_Bool | delimiters | ||
| ) |
Definition at line 1417 of file psobjs.c.
Definition at line 1479 of file psobjs.c.
| ps_parser_to_fixed_array | ( | PS_Parser | parser, |
| FT_Int | max_values, | ||
| FT_Fixed * | values, | ||
| FT_Int | power_ten | ||
| ) |
Definition at line 626 of file psobjs.c.
Referenced by ps_parser_load_field(), and ps_parser_to_token_array().
| ps_parser_to_token_array | ( | PS_Parser | parser, |
| T1_Token | tokens, | ||
| FT_UInt | max_tokens, | ||
| FT_Int * | pnum_tokens | ||
| ) |
Definition at line 729 of file psobjs.c.
Referenced by ps_parser_load_field_table().
Definition at line 177 of file psobjs.c.
| ps_table_done | ( | PS_Table | table | ) |
| ps_table_release | ( | PS_Table | table | ) |
|
static |
Definition at line 782 of file psobjs.c.
Referenced by ps_parser_to_coord_array().
|
static |
Definition at line 861 of file psobjs.c.
Referenced by ps_parser_load_field(), and ps_parser_to_fixed_array().
Definition at line 121 of file psobjs.c.
Referenced by ps_table_add().
Definition at line 104 of file psobjs.c.
Referenced by ps_table_done(), and reallocate_t1_table().
Definition at line 295 of file psobjs.c.
Referenced by skip_procedure(), and skip_spaces().
Definition at line 343 of file psobjs.c.
Referenced by ps_parser_skip_PS_token(), ps_parser_to_token(), and skip_procedure().
Definition at line 458 of file psobjs.c.
Referenced by ps_parser_skip_PS_token(), and ps_parser_to_token().
Definition at line 313 of file psobjs.c.
Referenced by ps_parser_load_field(), ps_parser_skip_PS_token(), ps_parser_skip_spaces(), ps_tocoordarray(), ps_tofixedarray(), and skip_string().
Definition at line 419 of file psobjs.c.
Referenced by ps_parser_skip_PS_token(), and skip_procedure().
| t1_builder_add_contour | ( | T1_Builder | builder | ) |
Definition at line 1694 of file psobjs.c.
Referenced by t1_builder_start_point().
| t1_builder_add_point | ( | T1_Builder | builder, |
| FT_Pos | x, | ||
| FT_Pos | y, | ||
| FT_Byte | flag | ||
| ) |
Definition at line 1653 of file psobjs.c.
Referenced by t1_builder_add_point1().
| t1_builder_add_point1 | ( | T1_Builder | builder, |
| FT_Pos | x, | ||
| FT_Pos | y | ||
| ) |
Definition at line 1677 of file psobjs.c.
Referenced by t1_builder_start_point().
| t1_builder_check_points | ( | T1_Builder | builder, |
| FT_Int | count | ||
| ) |
Definition at line 1644 of file psobjs.c.
Referenced by t1_builder_add_point1().
| t1_builder_close_contour | ( | T1_Builder | builder | ) |
Definition at line 1754 of file psobjs.c.
| t1_builder_done | ( | T1_Builder | builder | ) |
Definition at line 1632 of file psobjs.c.
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 1575 of file psobjs.c.
Referenced by t1_decoder_init().
| t1_builder_start_point | ( | T1_Builder | builder, |
| FT_Pos | x, | ||
| FT_Pos | y | ||
| ) |
Definition at line 1729 of file psobjs.c.
Definition at line 2575 of file psobjs.c.
| t1_make_subfont | ( | FT_Face | face, |
| PS_Private | priv, | ||
| CFF_SubFont | subfont | ||
| ) |
Definition at line 2490 of file psobjs.c.