|
ReactOS 0.4.16-dev-2354-g16de117
|
#include <freetype/internal/psaux.h>#include <freetype/internal/ftdebug.h>#include <freetype/internal/ftcalc.h>#include <freetype/ftdriver.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 1982 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 1927 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 1965 of file psobjs.c.
Referenced by cff_builder_start_point().
| cff_builder_close_contour | ( | CFF_Builder * | builder | ) |
Definition at line 2032 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 1840 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 2010 of file psobjs.c.
| cff_check_points | ( | CFF_Builder * | builder, |
| FT_Int | count | ||
| ) |
| cff_random | ( | FT_UInt32 | r | ) |
Definition at line 2587 of file psobjs.c.
Referenced by cf2_interpT2CharString(), and t1_make_subfont().
| ps_builder_add_contour | ( | PS_Builder * | builder | ) |
Definition at line 2283 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 2216 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 2266 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 2207 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 2340 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 2118 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 2318 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 2422 of file psobjs.c.
| ps_parser_done | ( | PS_Parser | parser | ) |
Definition at line 1519 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 1032 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 1329 of file psobjs.c.
| ps_parser_skip_PS_token | ( | PS_Parser | parser | ) |
Definition at line 517 of file psobjs.c.
Referenced by ps_parser_to_token().
| ps_parser_skip_spaces | ( | PS_Parser | parser | ) |
Definition at line 615 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 1416 of file psobjs.c.
Definition at line 1478 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 625 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 728 of file psobjs.c.
Referenced by ps_parser_load_field_table().
Definition at line 176 of file psobjs.c.
| ps_table_done | ( | PS_Table | table | ) |
| ps_table_release | ( | PS_Table | table | ) |
|
static |
Definition at line 781 of file psobjs.c.
Referenced by ps_parser_to_coord_array().
|
static |
Definition at line 860 of file psobjs.c.
Referenced by ps_parser_load_field(), and ps_parser_to_fixed_array().
Definition at line 120 of file psobjs.c.
Referenced by ps_table_add().
Definition at line 103 of file psobjs.c.
Referenced by ps_table_done(), and reallocate_t1_table().
Definition at line 294 of file psobjs.c.
Referenced by skip_procedure(), and skip_spaces().
Definition at line 342 of file psobjs.c.
Referenced by ps_parser_skip_PS_token(), ps_parser_to_token(), and skip_procedure().
Definition at line 457 of file psobjs.c.
Referenced by ps_parser_skip_PS_token(), and ps_parser_to_token().
Definition at line 312 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 418 of file psobjs.c.
Referenced by ps_parser_skip_PS_token(), and skip_procedure().
| t1_builder_add_contour | ( | T1_Builder | builder | ) |
Definition at line 1693 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 1652 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 1676 of file psobjs.c.
Referenced by t1_builder_start_point().
| t1_builder_check_points | ( | T1_Builder | builder, |
| FT_Int | count | ||
| ) |
Definition at line 1643 of file psobjs.c.
Referenced by t1_builder_add_point1().
| t1_builder_close_contour | ( | T1_Builder | builder | ) |
Definition at line 1753 of file psobjs.c.
| t1_builder_done | ( | T1_Builder | builder | ) |
Definition at line 1631 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 1574 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 1728 of file psobjs.c.
Definition at line 2574 of file psobjs.c.
| t1_make_subfont | ( | FT_Face | face, |
| PS_Private | priv, | ||
| CFF_SubFont | subfont | ||
| ) |
Definition at line 2489 of file psobjs.c.