#include <ft2build.h>
Go to the source code of this file.
Defines | |
#define | FT_TRACE(level, varformat) do { } while ( 0 ) |
#define | FT_TRACE0(varformat) FT_TRACE( 0, varformat ) |
#define | FT_TRACE1(varformat) FT_TRACE( 1, varformat ) |
#define | FT_TRACE2(varformat) FT_TRACE( 2, varformat ) |
#define | FT_TRACE3(varformat) FT_TRACE( 3, varformat ) |
#define | FT_TRACE4(varformat) FT_TRACE( 4, varformat ) |
#define | FT_TRACE5(varformat) FT_TRACE( 5, varformat ) |
#define | FT_TRACE6(varformat) FT_TRACE( 6, varformat ) |
#define | FT_TRACE7(varformat) FT_TRACE( 7, varformat ) |
#define | FT_ERROR(varformat) do { } while ( 0 ) |
#define | FT_ASSERT(condition) do { } while ( 0 ) |
Functions | |
FT_Trace_Get_Count (void) | |
FT_Trace_Get_Name (FT_Int idx) | |
ft_debug_init (void) |
#define FT_ASSERT | ( | condition | ) | do { } while ( 0 ) |
Definition at line 204 of file ftdebug.h.
Referenced by af_face_globals_free(), af_glyph_hints_align_weak_points(), bdf_get_bdf_property(), cff_parse_fixed_dynamic(), find_unicode_charmap(), find_variant_selector_charmap(), FT_Get_Charmap_Index(), ft_glyphslot_set_bitmap(), ft_lzwstate_io(), ft_mem_qrealloc(), ft_module_get_service(), FT_Stream_EnterFrame(), FT_Stream_ExitFrame(), FT_Stream_GetChar(), FT_Stream_GetLong(), FT_Stream_GetLongLE(), FT_Stream_GetOffset(), FT_Stream_GetShort(), FT_Stream_GetShortLE(), FT_Stream_ReadChar(), FT_Stream_ReadLong(), FT_Stream_ReadLongLE(), FT_Stream_ReadOffset(), FT_Stream_ReadShort(), FT_Stream_ReadShortLE(), ft_stroke_border_close(), ft_stroke_border_conicto(), ft_stroke_border_cubicto(), ft_stroke_border_export(), ft_stroke_border_lineto(), ft_stroker_add_reverse_left(), FTC_CMapCache_Lookup(), FTC_MruList_New(), FTC_MruList_Reset(), FTC_MruNode_Remove(), FTC_MruNode_Up(), ftc_snode_weight(), mm_weights_unmap(), skip_procedure(), t1_cmap_custom_init(), t1_cmap_std_init(), T1_Compute_Max_Advance(), t1_decoder_parse_charstrings(), T1_Face_Done(), T1_Load_Glyph(), tt_face_get_name(), and TT_Load_Simple_Glyph().
#define FT_ERROR | ( | varformat | ) | do { } while ( 0 ) |
Definition at line 181 of file ftdebug.h.
Referenced by _bdf_parse_glyphs(), _bdf_parse_start(), bdf_load_font(), cff_charset_load(), cff_decoder_parse_charstrings(), cff_encoding_load(), cff_face_init(), cff_font_load(), cff_get_glyph_name(), cff_operator_seac(), cid_face_init(), cid_load_keyword(), End_Profile(), FT_Init_FreeType(), ft_smooth_render_generic(), FT_Stream_EnterFrame(), FT_Stream_Open(), FT_Stream_ReadAt(), FT_Stream_ReadChar(), FT_Stream_ReadLong(), FT_Stream_ReadLongLE(), FT_Stream_ReadOffset(), FT_Stream_ReadShort(), FT_Stream_ReadShortLE(), FT_Stream_Seek(), FTC_Manager_RegisterCache(), ftc_snode_load(), New_Profile(), parse_blend_axis_types(), parse_blend_design_map(), parse_blend_design_positions(), parse_encoding(), parse_font_matrix(), parse_weight_vector(), pfr_extra_item_load_bitmap_info(), pfr_extra_item_load_kerning_pairs(), pfr_extra_item_load_stem_snaps(), pfr_face_init(), pfr_glyph_curve_to(), pfr_glyph_line_to(), pfr_glyph_load_compound(), pfr_glyph_load_simple(), pfr_load_bitmap_bits(), pfr_load_bitmap_metrics(), pfr_log_font_load(), pfr_phy_font_load(), ps_hints_stem(), ps_hints_t1stem3(), ps_parser_load_field(), ps_parser_skip_PS_token(), ps_parser_to_bytes(), ps_table_add(), read_binary_data(), skip_string(), t1_decoder_init(), t1_decoder_parse_charstrings(), T1_Face_Init(), T1_Get_Private_Dict(), t1operator_seac(), T42_Face_Init(), T42_Open_Face(), t42_parse_charstrings(), t42_parse_encoding(), t42_parse_sfnts(), tt_face_load_eblc(), tt_face_load_kern(), tt_face_load_name(), and tt_loader_init().
#define FT_TRACE0 | ( | varformat | ) | FT_TRACE( 0, varformat ) |
Definition at line 157 of file ftdebug.h.
Referenced by cff_charset_load(), cff_font_load(), FT_Add_Default_Modules(), FT_Done_Library(), FTC_CMapCache_Lookup(), FTC_Manager_Compress(), ftc_node_destroy(), ftc_node_hash_unlink(), ftc_snode_load(), pcf_get_bitmaps(), ps_hints_open(), ps_hints_stem(), ps_hints_t1stem3(), ps_hints_t2counter(), ps_hints_t2mask(), ps_mask_table_merge(), ps_parser_load_field(), psh_hint_table_activate_mask(), psh_hint_table_init(), psh_hint_table_record(), t1_decoder_parse_charstrings(), tt_face_load_maxp(), TT_Load_Simple_Glyph(), and TT_Process_Composite_Glyph().
#define FT_TRACE1 | ( | varformat | ) | FT_TRACE( 1, varformat ) |
Definition at line 158 of file ftdebug.h.
Referenced by bdf_cmap_char_next(), BDF_Face_Init(), bdf_get_bdf_property(), BDF_Glyph_Load(), cff_parse_cid_ros(), End_Profile(), FT_Face_GetCharsOfVariant(), FT_Face_GetCharVariantIndex(), FT_Face_GetCharVariantIsDefault(), FT_Face_GetVariantsOfChar(), FT_Get_Char_Index(), FT_GlyphSlot_Embolden(), FT_Stream_Open(), ftc_basic_family_get_count(), FTC_ImageCache_Lookup(), FTC_ImageCache_LookupScaler(), FTC_SBitCache_Lookup(), FTC_SBitCache_LookupScaler(), gxv_sfntName_validate(), otv_validate(), pcf_cmap_char_next(), pcf_get_bdf_property(), and TT_Hint_Glyph().
#define FT_TRACE2 | ( | varformat | ) | FT_TRACE( 2, varformat ) |
Definition at line 159 of file ftdebug.h.
Referenced by _bdf_parse_glyphs(), _bdf_parse_properties(), _bdf_parse_start(), BDF_Face_Init(), bdf_load_font(), cff_face_init(), cff_font_load(), check_table_dir(), cid_parser_new(), fnt_face_get_dll_font(), FNT_Face_Init(), fnt_font_load(), FNT_Load_Glyph(), FT_Raccess_Get_DataOffsets(), load_truetype_glyph(), PCF_Face_Init(), pfr_extra_item_load_kerning_pairs(), sfnt_init_face(), sfnt_load_face(), T1_New_Parser(), t42_parser_init(), tt_face_init(), tt_face_load_cvt(), tt_face_load_font_dir(), tt_face_load_fpgm(), tt_face_load_loca(), and tt_face_load_prep().
#define FT_TRACE3 | ( | varformat | ) | FT_TRACE( 3, varformat ) |
Definition at line 160 of file ftdebug.h.
Referenced by FT_Request_Size(), gxv_bsln_validate(), gxv_feat_validate(), gxv_just_validate(), gxv_kern_validate_generic(), gxv_lcar_validate(), gxv_mort_validate(), gxv_morx_validate(), gxv_opbd_validate(), gxv_prop_validate(), gxv_trak_validate(), otv_BASE_validate(), otv_GDEF_validate(), otv_GPOS_validate(), otv_GSUB_validate(), otv_JSTF_validate(), otv_MATH_validate(), sfnt_open_font(), tt_face_load_eblc(), tt_face_load_gasp(), tt_face_load_generic_header(), tt_face_load_hhea(), tt_face_load_maxp(), tt_face_load_os2(), and tt_face_load_post().
#define FT_TRACE4 | ( | varformat | ) | FT_TRACE( 4, varformat ) |
Definition at line 161 of file ftdebug.h.
Referenced by BDF_Face_Done(), BDF_Face_Init(), cff_decoder_parse_charstrings(), cff_decoder_prepare(), cid_load_glyph(), FT_New_GlyphSlot(), FT_Open_Face(), gxv_bsln_validate(), gxv_feat_validate(), gxv_just_validate(), gxv_kern_validate_generic(), gxv_lcar_validate(), gxv_LookupTable_fmt2_validate(), gxv_LookupTable_fmt4_validate(), gxv_mort_validate(), gxv_morx_validate(), gxv_opbd_validate(), gxv_prop_validate(), gxv_trak_validate(), gxv_XEntryTable_validate(), otv_BASE_validate(), otv_GDEF_validate(), otv_GPOS_validate(), otv_GSUB_validate(), otv_JSTF_validate(), otv_MATH_validate(), PCF_Face_Done(), pcf_get_bitmaps(), pcf_get_encodings(), pcf_get_metrics(), pcf_get_properties(), PCF_Glyph_Load(), pcf_read_TOC(), pfr_face_init(), t1_decoder_parse_charstrings(), and tt_face_lookup_table().
#define FT_TRACE5 | ( | varformat | ) | FT_TRACE( 5, varformat ) |
Definition at line 162 of file ftdebug.h.
Referenced by FT_Load_Glyph(), FT_Outline_Decompose(), pcf_get_bitmaps(), pcf_get_encodings(), pcf_get_metrics(), t1_decoder_parse_charstrings(), TT_Access_Glyph_Frame(), TT_Get_HMetrics(), TT_Get_VMetrics(), TT_Load_Glyph_Header(), TT_Load_Simple_Glyph(), and TT_Process_Composite_Glyph().
#define FT_TRACE6 | ( | varformat | ) | FT_TRACE( 6, varformat ) |
Definition at line 163 of file ftdebug.h.
Referenced by End_Profile(), New_Profile(), parse_encoding(), PCF_Glyph_Load(), pfr_glyph_load_simple(), Set_High_Precision(), and t42_parse_encoding().
#define FT_TRACE7 | ( | varformat | ) | FT_TRACE( 7, varformat ) |
Definition at line 164 of file ftdebug.h.
Referenced by gray_convert_glyph(), gray_hline(), gray_sweep(), and pfr_glyph_load_simple().
FT_Trace_Get_Name | ( | FT_Int | idx | ) |