ReactOS 0.4.16-dev-1097-g530d26a
|
#include <psaux.h>
FT_Fixed CFF_Decoder_::buildchar[CFF_MAX_TRANS_ELEMENTS] |
CFF_Builder CFF_Decoder_::builder |
Definition at line 1169 of file psaux.h.
Referenced by ps_decoder_init().
CFF_Font CFF_Decoder_::cff |
Definition at line 1170 of file psaux.h.
Referenced by ps_decoder_init().
CFF_SubFont CFF_Decoder_::current_subfont |
Definition at line 1206 of file psaux.h.
Referenced by ps_decoder_init().
CFF_Decoder_Free_Glyph_Callback CFF_Decoder_::free_glyph_callback |
Definition at line 1209 of file psaux.h.
Referenced by ps_decoder_init().
CFF_Decoder_Get_Glyph_Callback CFF_Decoder_::get_glyph_callback |
Definition at line 1208 of file psaux.h.
Referenced by ps_decoder_init().
FT_Byte** CFF_Decoder_::globals |
Definition at line 1197 of file psaux.h.
Referenced by ps_decoder_init().
FT_Int CFF_Decoder_::globals_bias |
Definition at line 1194 of file psaux.h.
Referenced by ps_decoder_init().
FT_Pos CFF_Decoder_::glyph_width |
Definition at line 1182 of file psaux.h.
Referenced by ps_decoder_init().
FT_Render_Mode CFF_Decoder_::hint_mode |
Definition at line 1202 of file psaux.h.
Referenced by ps_decoder_init().
FT_Byte** CFF_Decoder_::locals |
Definition at line 1196 of file psaux.h.
Referenced by ps_decoder_init().
FT_Int CFF_Decoder_::locals_bias |
Definition at line 1193 of file psaux.h.
Referenced by ps_decoder_init().
FT_UInt CFF_Decoder_::num_globals |
Definition at line 1191 of file psaux.h.
Referenced by ps_decoder_init().
FT_UInt CFF_Decoder_::num_locals |
Definition at line 1190 of file psaux.h.
Referenced by ps_decoder_init().
FT_Fixed CFF_Decoder_::stack[CFF_MAX_OPERANDS+1] |
FT_Bool CFF_Decoder_::width_only |
Definition at line 1186 of file psaux.h.
Referenced by ps_decoder_init().
CFF_Decoder_Zone* CFF_Decoder_::zone |
CFF_Decoder_Zone CFF_Decoder_::zones[CFF_MAX_SUBRS_CALLS+1] |