ReactOS 0.4.16-dev-2332-g4cba65d
ftdebug.c File Reference
Include dependency graph for ftdebug.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ ft_debug_init()

ft_debug_init ( void  )

Definition at line 292 of file ftdebug.c.

293 {
294 /* nothing */
295 }

Referenced by FT_New_Library().

◆ FT_Trace_Disable()

FT_Trace_Disable ( void  )

Definition at line 315 of file ftdebug.c.

316 {
317 /* nothing */
318 }

Referenced by if().

◆ FT_Trace_Enable()

FT_Trace_Enable ( void  )

Definition at line 324 of file ftdebug.c.

325 {
326 /* nothing */
327 }

Referenced by if().

◆ FT_Trace_Get_Count()

FT_Trace_Get_Count ( void  )

Definition at line 299 of file ftdebug.c.

300 {
301 return 0;
302 }

◆ FT_Trace_Get_Name()

FT_Trace_Get_Name ( FT_Int  idx)

Definition at line 306 of file ftdebug.c.

307 {
308 FT_UNUSED( idx );
309
310 return NULL;
311 }
#define NULL
Definition: types.h:112
unsigned int idx
Definition: utils.c:41
#define FT_UNUSED(arg)