Home
last modified time | relevance | path

Searched refs:FT_FUNCTION_DEFINITION (Results 1 – 2 of 2) sorted by relevance

/external/freetype/include/freetype/internal/
Dcompiler-macros.h167 #define FT_FUNCTION_DEFINITION( x ) extern "C" x macro
169 #define FT_FUNCTION_DEFINITION( x ) x
188 #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 )
/external/freetype/
DChangeLog484 (FT_FUNCTION_DECLARATION, FT_FUNCTION_DEFINITION): New base macros