ReactOS 0.4.16-dev-297-gc569aee
|
#include <ft2build.h>
Go to the source code of this file.
cff_builder_add_contour | ( | CFF_Builder * | builder | ) |
Definition at line 1934 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 1879 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 1917 of file psobjs.c.
Referenced by cff_builder_start_point().
cff_builder_close_contour | ( | CFF_Builder * | builder | ) |
Definition at line 1984 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 1793 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 1962 of file psobjs.c.
cff_check_points | ( | CFF_Builder * | builder, |
FT_Int | count | ||
) |
cff_random | ( | FT_UInt32 | r | ) |
Definition at line 2522 of file psobjs.c.
Referenced by cf2_interpT2CharString(), and t1_make_subfont().
ps_builder_add_contour | ( | PS_Builder * | builder | ) |
Definition at line 2221 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 2154 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 2204 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 2145 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 2278 of file psobjs.c.
Referenced by cf2_builder_moveTo(), cf2_interpT2CharString(), 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 2057 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 2256 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 2357 of file psobjs.c.
ps_parser_done | ( | PS_Parser | parser | ) |
Definition at line 1483 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 1025 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 1297 of file psobjs.c.
ps_parser_skip_PS_token | ( | PS_Parser | parser | ) |
Definition at line 510 of file psobjs.c.
Referenced by ps_parser_to_token().
ps_parser_skip_spaces | ( | PS_Parser | parser | ) |
Definition at line 608 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 1380 of file psobjs.c.
Definition at line 1442 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 618 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 721 of file psobjs.c.
Referenced by ps_parser_load_field_table().
Definition at line 170 of file psobjs.c.
ps_table_done | ( | PS_Table | table | ) |
ps_table_release | ( | PS_Table | table | ) |
t1_builder_add_contour | ( | T1_Builder | builder | ) |
Definition at line 1651 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 1610 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 1634 of file psobjs.c.
Referenced by t1_builder_start_point().
t1_builder_check_points | ( | T1_Builder | builder, |
FT_Int | count | ||
) |
Definition at line 1601 of file psobjs.c.
Referenced by t1_builder_add_point1().
t1_builder_close_contour | ( | T1_Builder | builder | ) |
Definition at line 1711 of file psobjs.c.
t1_builder_done | ( | T1_Builder | builder | ) |
Definition at line 1589 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 1533 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 1686 of file psobjs.c.
Definition at line 2509 of file psobjs.c.
t1_make_subfont | ( | FT_Face | face, |
PS_Private | priv, | ||
CFF_SubFont | subfont | ||
) |
Definition at line 2424 of file psobjs.c.
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 |