ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <ftobjs.h>
FT_Module FT_LibraryRec_::auto_hinter |
Definition at line 929 of file ftobjs.h.
Referenced by Destroy_Module(), FT_Add_Module(), and FT_Load_Glyph().
FT_Renderer FT_LibraryRec_::cur_renderer |
Definition at line 928 of file ftobjs.h.
Referenced by ft_lookup_glyph_renderer(), FT_Outline_Render(), FT_Render_Glyph_Internal(), ft_set_current_renderer(), and FT_Set_Renderer().
FT_DebugHook_Func FT_LibraryRec_::debug_hooks[4] |
Definition at line 931 of file ftobjs.h.
Referenced by FT_Set_Debug_Hook().
FT_Memory FT_LibraryRec_::memory |
Definition at line 918 of file ftobjs.h.
Referenced by cff_parser_init(), FT_Add_Module(), ft_add_renderer(), FT_Bitmap_Convert(), FT_Bitmap_Copy(), FT_Bitmap_Done(), FT_Bitmap_Embolden(), FT_DEFINE_GLYPH(), FT_Done_FreeType(), FT_Done_Library(), FT_Done_MM_Var(), FT_New_Library(), ft_open_face_internal(), FT_Outline_Done(), FT_Outline_New(), FT_Raccess_Get_DataOffsets(), ft_remove_renderer(), FT_Stream_New(), FT_Stroker_New(), FTC_Manager_New(), main(), and parse_afm().
FT_Module FT_LibraryRec_::modules[FT_MAX_MODULES] |
Definition at line 925 of file ftobjs.h.
Referenced by FT_Add_Module(), FT_Done_Library(), FT_Get_Module(), ft_module_get_service(), ft_open_face_internal(), ft_property_do(), and FT_Remove_Module().
FT_UInt FT_LibraryRec_::num_modules |
Definition at line 924 of file ftobjs.h.
Referenced by FT_Add_Module(), FT_Done_Library(), FT_Get_Module(), ft_module_get_service(), ft_open_face_internal(), ft_property_do(), and FT_Remove_Module().
FT_Int FT_LibraryRec_::refcount |
Definition at line 942 of file ftobjs.h.
Referenced by FT_Done_Library(), FT_New_Library(), and FT_Reference_Library().
FT_ListRec FT_LibraryRec_::renderers |
Definition at line 927 of file ftobjs.h.
Referenced by ft_add_renderer(), FT_Lookup_Renderer(), FT_Outline_Render(), ft_remove_renderer(), FT_Render_Glyph_Internal(), and FT_Set_Renderer().
FT_Int FT_LibraryRec_::version_major |
Definition at line 920 of file ftobjs.h.
Referenced by FT_Library_Version(), and FT_New_Library().
FT_Int FT_LibraryRec_::version_minor |
Definition at line 921 of file ftobjs.h.
Referenced by FT_Library_Version(), and FT_New_Library().
FT_Int FT_LibraryRec_::version_patch |
Definition at line 922 of file ftobjs.h.
Referenced by FT_Library_Version(), and FT_New_Library().