Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <ft2build.h>
#include <freetype/ftsystem.h>
#include <freetype/ftimage.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | FT_UnitVector_ |
struct | FT_Matrix_ |
struct | FT_Data_ |
struct | FT_Generic_ |
struct | FT_ListNodeRec_ |
struct | FT_ListRec_ |
Macros | |
#define | FT_MAKE_TAG(_x1, _x2, _x3, _x4) |
#define | FT_IS_EMPTY(list) ( (list).head == 0 ) |
#define | FT_BOOL(x) FT_STATIC_CAST( FT_Bool, (x) != 0 ) |
#define | FT_ERR_XCAT(x, y) x ## y |
#define | FT_ERR_CAT(x, y) FT_ERR_XCAT( x, y ) |
#define | FT_ERR(e) FT_ERR_CAT( FT_ERR_PREFIX, e ) |
#define | FT_ERROR_BASE(x) ( (x) & 0xFF ) |
#define | FT_ERROR_MODULE(x) ( (x) & 0xFF00U ) |
#define | FT_ERR_EQ(x, e) ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) ) |
#define | FT_ERR_NEQ(x, e) ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) ) |
Typedefs | |
typedef signed short | FT_FWord |
typedef unsigned short | FT_UFWord |
typedef signed char | FT_Char |
typedef unsigned char | FT_Byte |
typedef const FT_Byte * | FT_Bytes |
typedef FT_UInt32 | FT_Tag |
typedef char | FT_String |
typedef signed short | FT_Short |
typedef unsigned short | FT_UShort |
typedef signed int | FT_Int |
typedef unsigned int | FT_UInt |
typedef signed long | FT_Long |
typedef unsigned long | FT_ULong |
typedef signed short | FT_F2Dot14 |
typedef signed long | FT_F26Dot6 |
typedef signed long | FT_Fixed |
typedef int | FT_Error |
typedef void * | FT_Pointer |
typedef size_t | FT_Offset |
typedef ft_ptrdiff_t | FT_PtrDist |
typedef struct FT_UnitVector_ | FT_UnitVector |
typedef struct FT_Matrix_ | FT_Matrix |
typedef struct FT_Data_ | FT_Data |
typedef void(* | FT_Generic_Finalizer) (void *object) |
typedef struct FT_Generic_ | FT_Generic |
typedef struct FT_ListNodeRec_ * | FT_ListNode |
typedef struct FT_ListRec_ * | FT_List |
typedef struct FT_ListNodeRec_ | FT_ListNodeRec |
typedef struct FT_ListRec_ | FT_ListRec |
Variables | |
FT_BEGIN_HEADER typedef unsigned char | FT_Bool |
#define FT_BOOL | ( | x | ) | FT_STATIC_CAST( FT_Bool, (x) != 0 ) |
#define FT_ERR | ( | e | ) | FT_ERR_CAT( FT_ERR_PREFIX, e ) |
#define FT_ERR_CAT | ( | x, | |
y ) FT_ERR_XCAT( x, y ) |
#define FT_ERR_EQ | ( | x, | |
e ) ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) ) |
#define FT_ERR_NEQ | ( | x, | |
e ) ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) ) |
#define FT_MAKE_TAG | ( | _x1, | |
_x2, | |||
_x3, | |||
_x4 ) |
Definition at line 491 of file fttypes.h.
typedef signed long FT_F26Dot6 |
typedef signed short FT_F2Dot14 |
typedef struct FT_Generic_ FT_Generic |
typedef struct FT_ListRec_* FT_List |
typedef struct FT_ListNodeRec_* FT_ListNode |
typedef struct FT_ListNodeRec_ FT_ListNodeRec |
typedef struct FT_ListRec_ FT_ListRec |
typedef struct FT_Matrix_ FT_Matrix |
typedef void* FT_Pointer |
typedef ft_ptrdiff_t FT_PtrDist |
typedef struct FT_UnitVector_ FT_UnitVector |
FT_BEGIN_HEADER typedef unsigned char FT_Bool |