|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stddef.h>#include <limits.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include <setjmp.h>#include <stdarg.h>Go to the source code of this file.
Macros | |
| #define | ft_ptrdiff_t ptrdiff_t |
| #define | FT_CHAR_BIT CHAR_BIT |
| #define | FT_USHORT_MAX USHRT_MAX |
| #define | FT_INT_MAX INT_MAX |
| #define | FT_INT_MIN INT_MIN |
| #define | FT_UINT_MAX UINT_MAX |
| #define | FT_ULONG_MAX ULONG_MAX |
| #define | ft_memchr memchr |
| #define | ft_memcmp memcmp |
| #define | ft_memcpy memcpy |
| #define | ft_memmove memmove |
| #define | ft_memset memset |
| #define | ft_strcat strcat |
| #define | ft_strcmp strcmp |
| #define | ft_strcpy strcpy |
| #define | ft_strlen strlen |
| #define | ft_strncmp strncmp |
| #define | ft_strncpy strncpy |
| #define | ft_strrchr strrchr |
| #define | ft_strstr strstr |
| #define | FT_FILE FILE |
| #define | ft_fclose fclose |
| #define | ft_fopen fopen |
| #define | ft_fread fread |
| #define | ft_fseek fseek |
| #define | ft_ftell ftell |
| #define | ft_sprintf sprintf |
| #define | ft_qsort qsort |
| #define | ft_scalloc calloc |
| #define | ft_sfree free |
| #define | ft_smalloc malloc |
| #define | ft_srealloc realloc |
| #define | ft_atol atol |
| #define | ft_labs labs |
| #define | ft_jmp_buf jmp_buf /* note: this cannot be a typedef since */ |
| #define | ft_longjmp longjmp |
| #define | ft_setjmp(b) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */ |
| #define ft_atol atol |
Definition at line 144 of file ftstdlib.h.
Referenced by cid_parser_new().
| #define FT_CHAR_BIT CHAR_BIT |
Definition at line 62 of file ftstdlib.h.
| #define ft_fclose fclose |
Definition at line 104 of file ftstdlib.h.
Referenced by ft_ansi_stream_close(), and FT_Stream_Open().
| #define FT_FILE FILE |
Definition at line 103 of file ftstdlib.h.
Referenced by ft_ansi_stream_io(), and FT_Stream_Open().
| #define ft_fopen fopen |
Definition at line 105 of file ftstdlib.h.
Referenced by FT_Stream_Open().
| #define ft_fread fread |
Definition at line 106 of file ftstdlib.h.
Referenced by ft_ansi_stream_io().
| #define ft_fseek fseek |
Definition at line 107 of file ftstdlib.h.
Referenced by ft_ansi_stream_io(), and FT_Stream_Open().
| #define ft_ftell ftell |
Definition at line 108 of file ftstdlib.h.
Referenced by FT_Stream_Open().
| #define FT_INT_MAX INT_MAX |
Definition at line 64 of file ftstdlib.h.
Referenced by af_axis_hints_new_edge(), af_axis_hints_new_segment(), FT_Bitmap_Embolden(), FT_GlyphSlot_Embolden(), ft_mem_qrealloc(), and if().
| #define FT_INT_MIN INT_MIN |
Definition at line 65 of file ftstdlib.h.
Referenced by FT_GlyphSlot_Embolden(), FTC_ImageCache_Lookup(), FTC_SBitCache_Lookup(), and if().
| #define ft_jmp_buf jmp_buf /* note: this cannot be a typedef since */ |
Definition at line 157 of file ftstdlib.h.
Referenced by ft_validator_error().
| #define ft_labs labs |
Definition at line 145 of file ftstdlib.h.
Referenced by ftc_inode_weight().
| #define ft_longjmp longjmp |
Definition at line 161 of file ftstdlib.h.
Referenced by ft_validator_error().
| #define ft_memchr memchr |
Definition at line 79 of file ftstdlib.h.
| #define ft_memcmp memcmp |
Definition at line 80 of file ftstdlib.h.
Referenced by FT_New_Memory_Face(), t42_parse_dict(), and t42_parser_init().
| #define ft_memcpy memcpy |
Definition at line 81 of file ftstdlib.h.
Referenced by af_axis_hints_new_edge(), cid_load_glyph(), ft_mem_dup(), and t1_decoder_parse_charstrings().
| #define ft_memmove memmove |
Definition at line 82 of file ftstdlib.h.
| #define ft_memset memset |
Definition at line 83 of file ftstdlib.h.
Referenced by t1_decoder_parse_charstrings().
| #define ft_ptrdiff_t ptrdiff_t |
Definition at line 38 of file ftstdlib.h.
| #define ft_qsort qsort |
Definition at line 121 of file ftstdlib.h.
Referenced by FT_Raccess_Get_DataOffsets(), gxv_set_length_by_ulong_offset(), and gxv_set_length_by_ushort_offset().
| #define ft_scalloc calloc |
Definition at line 131 of file ftstdlib.h.
Referenced by zcalloc(), and zmemzero().
| #define ft_setjmp | ( | b | ) | setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */ |
Definition at line 162 of file ftstdlib.h.
Referenced by tt_face_build_cmaps().
| #define ft_sfree free |
Definition at line 132 of file ftstdlib.h.
Referenced by FT_Done_Memory(), ft_free(), zcfree(), and zmemzero().
| #define ft_smalloc malloc |
Definition at line 133 of file ftstdlib.h.
Referenced by ft_alloc(), and FT_New_Memory().
| #define ft_sprintf sprintf |
Definition at line 109 of file ftstdlib.h.
| #define ft_srealloc realloc |
Definition at line 134 of file ftstdlib.h.
Referenced by ft_realloc().
| #define ft_strcat strcat |
Definition at line 84 of file ftstdlib.h.
| #define ft_strcmp strcmp |
Definition at line 85 of file ftstdlib.h.
Referenced by af_property_get(), af_property_set(), cid_face_init(), FT_Add_Module(), FT_Done_Library(), FT_Get_Module(), ft_property_do(), ft_service_list_lookup(), PCF_Face_Init(), pcf_find_property(), t1_cmap_std_char_index(), T1_Face_Init(), and T1_Get_MM_Var().
| #define ft_strcpy strcpy |
Definition at line 86 of file ftstdlib.h.
| #define ft_strlen strlen |
Definition at line 87 of file ftstdlib.h.
Referenced by ft_mem_strdup(), and t42_parse_dict().
| #define ft_strncmp strncmp |
Definition at line 88 of file ftstdlib.h.
Referenced by afm_parser_parse(), cid_parser_new(), and t42_parse_dict().
| #define ft_strncpy strncpy |
Definition at line 89 of file ftstdlib.h.
| #define ft_strrchr strrchr |
Definition at line 90 of file ftstdlib.h.
| #define ft_strstr strstr |
Definition at line 91 of file ftstdlib.h.
| #define FT_UINT_MAX UINT_MAX |
Definition at line 66 of file ftstdlib.h.
Referenced by ftc_basic_family_get_count(), FTC_ImageCache_Lookup(), FTC_ImageCache_LookupScaler(), FTC_SBitCache_Lookup(), and FTC_SBitCache_LookupScaler().
| #define FT_ULONG_MAX ULONG_MAX |
Definition at line 67 of file ftstdlib.h.
Referenced by cff_decoder_parse_charstrings(), FT_Bitmap_Convert(), and t1_decoder_parse_charstrings().
| #define FT_USHORT_MAX USHRT_MAX |
Definition at line 63 of file ftstdlib.h.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.