ReactOS 0.4.16-dev-125-g798ea90
|
#include <psaux.h>
PS_Blend T1_DecoderRec_::blend |
Definition at line 920 of file psaux.h.
Referenced by ps_decoder_init().
FT_Long* T1_DecoderRec_::buildchar |
Definition at line 927 of file psaux.h.
Referenced by ps_decoder_init(), T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
T1_BuilderRec T1_DecoderRec_::builder |
Definition at line 895 of file psaux.h.
Referenced by cid_slot_load_glyph(), ps_decoder_init(), T1_Compute_Max_Advance(), T1_Get_Advances(), T1_Load_Glyph(), and T1_Parse_Glyph_And_Get_Char_String().
FT_Generic T1_DecoderRec_::cf2_instance |
Definition at line 932 of file psaux.h.
Referenced by ps_decoder_init().
FT_Matrix T1_DecoderRec_::font_matrix |
Definition at line 913 of file psaux.h.
Referenced by cid_slot_load_glyph(), T1_Load_Glyph(), and T1_Parse_Glyph_And_Get_Char_String().
FT_Vector T1_DecoderRec_::font_offset |
Definition at line 914 of file psaux.h.
Referenced by cid_slot_load_glyph(), T1_Load_Glyph(), and T1_Parse_Glyph_And_Get_Char_String().
T1_Decoder_FuncsRec T1_DecoderRec_::funcs |
FT_Byte** T1_DecoderRec_::glyph_names |
Definition at line 905 of file psaux.h.
Referenced by ps_decoder_init(), and T1_Load_Glyph().
FT_Render_Mode T1_DecoderRec_::hint_mode |
Definition at line 922 of file psaux.h.
Referenced by ps_decoder_init().
FT_UInt T1_DecoderRec_::len_buildchar |
Definition at line 928 of file psaux.h.
Referenced by ps_decoder_init(), T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
FT_Int T1_DecoderRec_::lenIV |
Definition at line 907 of file psaux.h.
Referenced by ps_decoder_init().
FT_UInt T1_DecoderRec_::num_glyphs |
Definition at line 904 of file psaux.h.
Referenced by ps_decoder_init().
FT_Int T1_DecoderRec_::num_subrs |
Definition at line 908 of file psaux.h.
Referenced by ps_decoder_init(), T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
T1_Decoder_Callback T1_DecoderRec_::parse_callback |
FT_Service_PsCMaps T1_DecoderRec_::psnames |
Definition at line 903 of file psaux.h.
Referenced by ps_decoder_init().
FT_Long T1_DecoderRec_::stack[T1_MAX_CHARSTRINGS_OPERANDS] |
FT_Byte** T1_DecoderRec_::subrs |
Definition at line 909 of file psaux.h.
Referenced by ps_decoder_init(), T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
FT_Hash T1_DecoderRec_::subrs_hash |
Definition at line 911 of file psaux.h.
Referenced by ps_decoder_init(), T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
FT_UInt* T1_DecoderRec_::subrs_len |
Definition at line 910 of file psaux.h.
Referenced by ps_decoder_init(), T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
T1_Decoder_Zone T1_DecoderRec_::zone |
T1_Decoder_ZoneRec T1_DecoderRec_::zones[T1_MAX_SUBRS_CALLS+1] |