zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ftdebug.h File Reference
#include <ft2build.h>
#include <FT_CONFIG_CONFIG_H>
#include <FT_FREETYPE_H>

Go to the source code of this file.

Macros

#define FT_ASSERT(condition)   do { } while ( 0 )
 
#define FT_ERROR(varformat)   do { } while ( 0 ) /* nothing */
 
#define FT_TRACE(level, varformat)   do { } while ( 0 ) /* nothing */
 
#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 )
 

Functions

 ft_debug_init (void)
 
 FT_Trace_Get_Count (void)
 
 FT_Trace_Get_Name (FT_Int idx)
 

Macro Definition Documentation

#define FT_ERROR (   varformat)    do { } while ( 0 ) /* nothing */

Definition at line 181 of file ftdebug.h.

Referenced by _bdf_add_property(), _bdf_parse_glyphs(), _bdf_parse_start(), _bdf_readstream(), _bdf_set_default_spacing(), bdf_load_font(), cff_charset_load(), cff_decoder_parse_charstrings(), cff_encoding_load(), cff_face_init(), cff_font_load(), cff_get_glyph_name(), cff_index_access_element(), cff_operator_seac(), cid_face_init(), cid_load_keyword(), End_Profile(), find_unicode_charmap(), find_variant_selector_charmap(), FT_Get_Charmap_Index(), FT_Init_FreeType(), FT_Select_Charmap(), FT_Set_Charmap(), ft_smooth_render_generic(), FT_Stream_EnterFrame(), FT_Stream_Open(), FT_Stream_ReadAt(), FT_Stream_ReadChar(), FT_Stream_ReadULong(), FT_Stream_ReadULongLE(), FT_Stream_ReadUOffset(), FT_Stream_ReadUShort(), FT_Stream_ReadUShortLE(), FT_Stream_Seek(), FTC_Manager_RegisterCache(), ftc_snode_load(), load_format_20(), New_Profile(), parse_blend_axis_types(), parse_blend_design_map(), parse_blend_design_positions(), parse_encoding(), parse_weight_vector(), pfr_extra_item_load_bitmap_info(), pfr_extra_item_load_kerning_pairs(), pfr_extra_item_load_stem_snaps(), pfr_extra_items_parse(), 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_to_bytes(), ps_table_add(), read_binary_data(), sfnt_init_face(), t1_builder_add_contour(), t1_decoder_init(), t1_decoder_parse_charstrings(), T1_Face_Init(), T1_Get_Private_Dict(), T1_Open_Face(), t1_parse_font_matrix(), t1operator_seac(), T42_Driver_Init(), T42_Face_Init(), T42_Open_Face(), t42_parse_charstrings(), t42_parse_encoding(), t42_parse_sfnts(), tt_face_build_cmaps(), tt_face_init(), tt_face_load_eblc(), tt_face_load_kern(), tt_face_load_name(), and tt_loader_init().

#define FT_TRACE (   level,
  varformat 
)    do { } while ( 0 ) /* nothing */

Definition at line 95 of file ftdebug.h.

#define FT_TRACE6 (   varformat)    FT_TRACE( 6, varformat )
#define FT_TRACE7 (   varformat)    FT_TRACE( 7, varformat )

Function Documentation

ft_debug_init ( void  )

Definition at line 221 of file ftdebug.c.

Referenced by FT_New_Library().

FT_Trace_Get_Count ( void  )

Definition at line 228 of file ftdebug.c.

FT_Trace_Get_Name ( FT_Int  idx)

Definition at line 235 of file ftdebug.c.

References FT_UNUSED, and NULL.