Searched defs:FT_EXPORT (Results 1 - 5 of 5) sorted by relevance

/external/freetype/include/config/
H A Dftconfig.h379 #ifndef FT_EXPORT
382 #define FT_EXPORT( x ) extern "C" x macro
384 #define FT_EXPORT( x ) extern x macro
387 #endif /* !FT_EXPORT */
/external/chromium_org/third_party/freetype/include/freetype/config/
H A Dftconfig.h518 #ifndef FT_EXPORT
521 #define FT_EXPORT( x ) extern "C" x macro
523 #define FT_EXPORT( x ) extern x macro
526 #endif /* !FT_EXPORT */
/external/chromium_org/third_party/freetype2/include/
H A Dftconfig.h397 #ifndef FT_EXPORT
400 #define FT_EXPORT( x ) __attribute__((visibility("default"))) extern "C" x macro
402 #define FT_EXPORT( x ) __attribute__((visibility("default"))) extern x macro
405 #endif /* !FT_EXPORT */
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftconfig.h519 #ifndef FT_EXPORT
522 #define FT_EXPORT( x ) extern "C" x macro
524 #define FT_EXPORT( x ) extern x macro
527 #endif /* !FT_EXPORT */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftconfig.h519 #ifndef FT_EXPORT
522 #define FT_EXPORT( x ) extern "C" x macro
524 #define FT_EXPORT( x ) extern x macro
527 #endif /* !FT_EXPORT */

Completed in 1834 milliseconds