ReactOS 0.4.16-dev-1067-ge98bba2
ftdebug.c File Reference
#include <ft2build.h>
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 282 of file ftdebug.c.

283 {
284 /* nothing */
285 }

Referenced by FT_New_Library().

◆ FT_Trace_Disable()

FT_Trace_Disable ( void  )

Definition at line 305 of file ftdebug.c.

306 {
307 /* nothing */
308 }

Referenced by if().

◆ FT_Trace_Enable()

FT_Trace_Enable ( void  )

Definition at line 314 of file ftdebug.c.

315 {
316 /* nothing */
317 }

Referenced by if().

◆ FT_Trace_Get_Count()

FT_Trace_Get_Count ( void  )

Definition at line 289 of file ftdebug.c.

290 {
291 return 0;
292 }

◆ FT_Trace_Get_Name()

FT_Trace_Get_Name ( FT_Int  idx)

Definition at line 296 of file ftdebug.c.

297 {
298 FT_UNUSED( idx );
299
300 return NULL;
301 }
#define NULL
Definition: types.h:112
unsigned int idx
Definition: utils.c:41
#define FT_UNUSED(arg)
Definition: ftconfig.h:100