Searched refs:FT_FUNCTION_DEFINITION (Results 1 – 2 of 2) sorted by relevance
167 #define FT_FUNCTION_DEFINITION( x ) extern "C" x macro169 #define FT_FUNCTION_DEFINITION( x ) x188 #define FT_LOCAL_DEF( x ) FT_FUNCTION_DEFINITION( x )200 #define FT_LOCAL_ARRAY_DEF( x ) FT_FUNCTION_DEFINITION( const x )208 #define FT_BASE_DEF( x ) FT_FUNCTION_DEFINITION( x )255 #define FT_EXPORT_DEF( x ) FT_FUNCTION_DEFINITION( x )293 #define FT_BASE_CALLBACK_DEF( x ) FT_FUNCTION_DEFINITION( x )
484 (FT_FUNCTION_DECLARATION, FT_FUNCTION_DEFINITION): New base macros