ReactOS 0.4.16-dev-1098-g0ca6002
|
#include <ftobjs.h>
FT_Module FT_LibraryRec_::auto_hinter |
Definition at line 908 of file ftobjs.h.
Referenced by Destroy_Module(), FT_Add_Module(), and FT_Load_Glyph().
FT_Renderer FT_LibraryRec_::cur_renderer |
Definition at line 907 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 910 of file ftobjs.h.
Referenced by FT_Set_Debug_Hook().
FT_Vector FT_LibraryRec_::lcd_geometry[3] |
Definition at line 916 of file ftobjs.h.
Referenced by FT_Library_SetLcdGeometry().
FT_Memory FT_LibraryRec_::memory |
Definition at line 897 of file ftobjs.h.
Referenced by cff_parser_init(), cff_parser_run(), FT_Add_Module(), ft_add_renderer(), FT_Bitmap_Blend(), 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(), and FTC_Manager_New().
FT_Module FT_LibraryRec_::modules[FT_MAX_MODULES] |
Definition at line 904 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 903 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 919 of file ftobjs.h.
Referenced by FT_Done_Library(), FT_New_Library(), and FT_Reference_Library().
FT_ListRec FT_LibraryRec_::renderers |
Definition at line 906 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 899 of file ftobjs.h.
Referenced by FT_Library_Version(), and FT_New_Library().
FT_Int FT_LibraryRec_::version_minor |
Definition at line 900 of file ftobjs.h.
Referenced by FT_Library_Version(), and FT_New_Library().
FT_Int FT_LibraryRec_::version_patch |
Definition at line 901 of file ftobjs.h.
Referenced by FT_Library_Version(), and FT_New_Library().