ReactOS 0.4.15-dev-7788-g1ad9096
ftconfig.h File Reference
#include <ft2build.h>
Include dependency graph for ftconfig.h:

Go to the source code of this file.

Macros

#define FT_CHAR_BIT   CHAR_BIT
 
#define FT_UNUSED(arg)   ( (arg) = (arg) )
 
#define FT_UINT_TO_POINTER(x)   (void*)(unsigned long)(x)
 
#define FT_BEGIN_STMNT   do {
 
#define FT_END_STMNT   } while ( 0 )
 
#define FT_DUMMY_STMNT   FT_BEGIN_STMNT FT_END_STMNT
 
#define FT_TYPEOF(type)   /* empty */
 
#define FT_LOCAL(x)   extern x
 
#define FT_LOCAL_DEF(x)   x
 
#define FT_LOCAL_ARRAY(x)   extern const x
 
#define FT_LOCAL_ARRAY_DEF(x)   const x
 
#define FT_BASE(x)   extern x
 
#define FT_BASE_DEF(x)   x
 
#define FT_EXPORT(x)   extern x
 
#define FT_EXPORT_DEF(x)   extern x
 
#define FT_EXPORT_VAR(x)   extern x
 
#define FT_CALLBACK_DEF(x)   static x
 
#define FT_BASE_CALLBACK(x)   extern x
 
#define FT_BASE_CALLBACK_DEF(x)   x
 
#define FT_CALLBACK_TABLE   extern
 
#define FT_CALLBACK_TABLE_DEF   /* nothing */
 

Typedefs

typedef signed short FT_Int16
 
typedef unsigned short FT_UInt16
 

Macro Definition Documentation

◆ FT_BASE

#define FT_BASE (   x)    extern x

Definition at line 408 of file ftconfig.h.

◆ FT_BASE_CALLBACK

#define FT_BASE_CALLBACK (   x)    extern x

Definition at line 542 of file ftconfig.h.

◆ FT_BASE_CALLBACK_DEF

#define FT_BASE_CALLBACK_DEF (   x)    x

Definition at line 543 of file ftconfig.h.

◆ FT_BASE_DEF

#define FT_BASE_DEF (   x)    x

Definition at line 419 of file ftconfig.h.

◆ FT_BEGIN_STMNT

#define FT_BEGIN_STMNT   do {

Definition at line 352 of file ftconfig.h.

◆ FT_CALLBACK_DEF

#define FT_CALLBACK_DEF (   x)    static x

Definition at line 533 of file ftconfig.h.

◆ FT_CALLBACK_TABLE

#define FT_CALLBACK_TABLE   extern

Definition at line 552 of file ftconfig.h.

◆ FT_CALLBACK_TABLE_DEF

#define FT_CALLBACK_TABLE_DEF   /* nothing */

Definition at line 553 of file ftconfig.h.

◆ FT_CHAR_BIT

#define FT_CHAR_BIT   CHAR_BIT

Definition at line 70 of file ftconfig.h.

◆ FT_DUMMY_STMNT

#define FT_DUMMY_STMNT   FT_BEGIN_STMNT FT_END_STMNT

Definition at line 354 of file ftconfig.h.

◆ FT_END_STMNT

#define FT_END_STMNT   } while ( 0 )

Definition at line 353 of file ftconfig.h.

◆ FT_EXPORT

#define FT_EXPORT (   x)    extern x

Definition at line 461 of file ftconfig.h.

◆ FT_EXPORT_DEF

#define FT_EXPORT_DEF (   x)    extern x

Definition at line 483 of file ftconfig.h.

◆ FT_EXPORT_VAR

#define FT_EXPORT_VAR (   x)    extern x

Definition at line 494 of file ftconfig.h.

◆ FT_LOCAL

#define FT_LOCAL (   x)    extern x

Definition at line 387 of file ftconfig.h.

◆ FT_LOCAL_ARRAY

#define FT_LOCAL_ARRAY (   x)    extern const x

Definition at line 393 of file ftconfig.h.

◆ FT_LOCAL_ARRAY_DEF

#define FT_LOCAL_ARRAY_DEF (   x)    const x

Definition at line 394 of file ftconfig.h.

◆ FT_LOCAL_DEF

#define FT_LOCAL_DEF (   x)    x

Definition at line 388 of file ftconfig.h.

◆ FT_TYPEOF

#define FT_TYPEOF (   type)    /* empty */

Definition at line 364 of file ftconfig.h.

◆ FT_UINT_TO_POINTER

#define FT_UINT_TO_POINTER (   x)    (void*)(unsigned long)(x)

Definition at line 341 of file ftconfig.h.

◆ FT_UNUSED

#define FT_UNUSED (   arg)    ( (arg) = (arg) )

Definition at line 101 of file ftconfig.h.

Typedef Documentation

◆ FT_Int16

Definition at line 170 of file ftconfig.h.

◆ FT_UInt16

Definition at line 181 of file ftconfig.h.