Macros | Typedefs
ftconfig.h File Reference
#include <vtkfreetype/include/ft2build.h>
#include <FT_CONFIG_OPTIONS_H>
#include <FT_CONFIG_STANDARD_LIBRARY_H>
#include "vtk_kwiml.h"
Include dependency graph for ftconfig.h:

Go to the source code of this file.

Macros

#define HAVE_UNISTD_H   1
 
#define HAVE_FCNTL_H   1
 
#define FT_CHAR_BIT   CHAR_BIT
 
#define FT_SIZEOF_INT   KWIML_ABI_SIZEOF_INT
 
#define FT_SIZEOF_LONG   KWIML_ABI_SIZEOF_LONG
 
#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

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 58 of file ftconfig.h.

◆ HAVE_FCNTL_H

#define HAVE_FCNTL_H   1

Definition at line 59 of file ftconfig.h.

◆ FT_CHAR_BIT

#define FT_CHAR_BIT   CHAR_BIT

Definition at line 70 of file ftconfig.h.

◆ FT_SIZEOF_INT

#define FT_SIZEOF_INT   KWIML_ABI_SIZEOF_INT

Definition at line 77 of file ftconfig.h.

◆ FT_SIZEOF_LONG

#define FT_SIZEOF_LONG   KWIML_ABI_SIZEOF_LONG

Definition at line 78 of file ftconfig.h.

◆ FT_UNUSED

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

Definition at line 123 of file ftconfig.h.

◆ FT_UINT_TO_POINTER

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

Definition at line 381 of file ftconfig.h.

◆ FT_BEGIN_STMNT

#define FT_BEGIN_STMNT   do {

Definition at line 392 of file ftconfig.h.

◆ FT_END_STMNT

#define FT_END_STMNT   } while ( 0 )

Definition at line 393 of file ftconfig.h.

◆ FT_DUMMY_STMNT

#define FT_DUMMY_STMNT   FT_BEGIN_STMNT FT_END_STMNT

Definition at line 394 of file ftconfig.h.

◆ FT_TYPEOF

#define FT_TYPEOF (   type)    /* empty */

Definition at line 404 of file ftconfig.h.

◆ FT_LOCAL

#define FT_LOCAL (   x)    extern x

Definition at line 427 of file ftconfig.h.

◆ FT_LOCAL_DEF

#define FT_LOCAL_DEF (   x)    x

Definition at line 428 of file ftconfig.h.

◆ FT_LOCAL_ARRAY

#define FT_LOCAL_ARRAY (   x)    extern const x

Definition at line 433 of file ftconfig.h.

◆ FT_LOCAL_ARRAY_DEF

#define FT_LOCAL_ARRAY_DEF (   x)    const x

Definition at line 434 of file ftconfig.h.

◆ FT_BASE

#define FT_BASE (   x)    extern x

Definition at line 448 of file ftconfig.h.

◆ FT_BASE_DEF

#define FT_BASE_DEF (   x)    x

Definition at line 459 of file ftconfig.h.

◆ FT_EXPORT

#define FT_EXPORT (   x)    extern x

Definition at line 522 of file ftconfig.h.

◆ FT_EXPORT_DEF

#define FT_EXPORT_DEF (   x)    extern x

Definition at line 535 of file ftconfig.h.

◆ FT_EXPORT_VAR

#define FT_EXPORT_VAR (   x)    extern x

Definition at line 546 of file ftconfig.h.

◆ FT_CALLBACK_DEF

#define FT_CALLBACK_DEF (   x)    static x

Definition at line 585 of file ftconfig.h.

◆ FT_BASE_CALLBACK

#define FT_BASE_CALLBACK (   x)    extern x

Definition at line 594 of file ftconfig.h.

◆ FT_BASE_CALLBACK_DEF

#define FT_BASE_CALLBACK_DEF (   x)    x

Definition at line 595 of file ftconfig.h.

◆ FT_CALLBACK_TABLE

#define FT_CALLBACK_TABLE   extern

Definition at line 604 of file ftconfig.h.

◆ FT_CALLBACK_TABLE_DEF

#define FT_CALLBACK_TABLE_DEF   /* nothing */

Definition at line 605 of file ftconfig.h.

Typedef Documentation

◆ FT_Int16

typedef signed short FT_Int16

Definition at line 200 of file ftconfig.h.

◆ FT_UInt16

typedef unsigned short FT_UInt16

Definition at line 211 of file ftconfig.h.