|
ReactOS 0.4.16-dev-2354-g16de117
|
#include <psaux.h>

| FT_Fixed CFF_Decoder_::buildchar[CFF_MAX_TRANS_ELEMENTS] |
| CFF_Builder CFF_Decoder_::builder |
Definition at line 1168 of file psaux.h.
Referenced by ps_decoder_init().
| CFF_Font CFF_Decoder_::cff |
Definition at line 1169 of file psaux.h.
Referenced by ps_decoder_init().
| CFF_SubFont CFF_Decoder_::current_subfont |
Definition at line 1205 of file psaux.h.
Referenced by ps_decoder_init().
| CFF_Decoder_Free_Glyph_Callback CFF_Decoder_::free_glyph_callback |
Definition at line 1208 of file psaux.h.
Referenced by ps_decoder_init().
| CFF_Decoder_Get_Glyph_Callback CFF_Decoder_::get_glyph_callback |
Definition at line 1207 of file psaux.h.
Referenced by ps_decoder_init().
| FT_Byte** CFF_Decoder_::globals |
Definition at line 1196 of file psaux.h.
Referenced by ps_decoder_init().
| FT_Int CFF_Decoder_::globals_bias |
Definition at line 1193 of file psaux.h.
Referenced by ps_decoder_init().
| FT_Pos CFF_Decoder_::glyph_width |
Definition at line 1181 of file psaux.h.
Referenced by ps_decoder_init().
| FT_Render_Mode CFF_Decoder_::hint_mode |
Definition at line 1201 of file psaux.h.
Referenced by ps_decoder_init().
| FT_Byte** CFF_Decoder_::locals |
Definition at line 1195 of file psaux.h.
Referenced by ps_decoder_init().
| FT_Int CFF_Decoder_::locals_bias |
Definition at line 1192 of file psaux.h.
Referenced by ps_decoder_init().
| FT_UInt CFF_Decoder_::num_globals |
Definition at line 1190 of file psaux.h.
Referenced by ps_decoder_init().
| FT_UInt CFF_Decoder_::num_locals |
Definition at line 1189 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 1185 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] |