ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <psaux.h>
FT_Fixed CFF_Decoder_::buildchar[CFF_MAX_TRANS_ELEMENTS] |
CFF_Builder CFF_Decoder_::builder |
Definition at line 1104 of file psaux.h.
Referenced by cff_slot_load(), and ps_decoder_init().
CFF_Font CFF_Decoder_::cff |
Definition at line 1105 of file psaux.h.
Referenced by cff_parser_run(), and ps_decoder_init().
CFF_SubFont CFF_Decoder_::current_subfont |
Definition at line 1141 of file psaux.h.
Referenced by ps_decoder_init().
CFF_Decoder_Free_Glyph_Callback CFF_Decoder_::free_glyph_callback |
Definition at line 1144 of file psaux.h.
Referenced by ps_decoder_init().
CFF_Decoder_Get_Glyph_Callback CFF_Decoder_::get_glyph_callback |
Definition at line 1143 of file psaux.h.
Referenced by ps_decoder_init().
FT_Byte** CFF_Decoder_::globals |
Definition at line 1132 of file psaux.h.
Referenced by ps_decoder_init().
FT_Int CFF_Decoder_::globals_bias |
Definition at line 1129 of file psaux.h.
Referenced by ps_decoder_init().
FT_Pos CFF_Decoder_::glyph_width |
Definition at line 1117 of file psaux.h.
Referenced by cff_slot_load(), and ps_decoder_init().
FT_Render_Mode CFF_Decoder_::hint_mode |
Definition at line 1137 of file psaux.h.
Referenced by ps_decoder_init().
FT_Byte** CFF_Decoder_::locals |
Definition at line 1131 of file psaux.h.
Referenced by ps_decoder_init().
FT_Int CFF_Decoder_::locals_bias |
Definition at line 1128 of file psaux.h.
Referenced by ps_decoder_init().
FT_UInt CFF_Decoder_::num_globals |
Definition at line 1126 of file psaux.h.
Referenced by ps_decoder_init().
FT_UInt CFF_Decoder_::num_locals |
Definition at line 1125 of file psaux.h.
Referenced by ps_decoder_init().
FT_Fixed CFF_Decoder_::stack[CFF_MAX_OPERANDS+1] |
Definition at line 1107 of file psaux.h.
Referenced by cff_parser_run().
FT_Fixed* CFF_Decoder_::top |
Definition at line 1108 of file psaux.h.
Referenced by cff_parser_run().
FT_Bool CFF_Decoder_::width_only |
Definition at line 1121 of file psaux.h.
Referenced by cff_slot_load(), and ps_decoder_init().
CFF_Decoder_Zone* CFF_Decoder_::zone |
CFF_Decoder_Zone CFF_Decoder_::zones[CFF_MAX_SUBRS_CALLS+1] |