HomeSort by relevance Sort by last modified time
    Searched defs:FT_EXPORT (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/freetype2/include/
ftconfig.h 397 #ifndef FT_EXPORT
400 #define FT_EXPORT( x ) __attribute__((visibility("default"))) extern "C" x
402 #define FT_EXPORT( x ) __attribute__((visibility("default"))) extern x
405 #endif /* !FT_EXPORT */
  /external/freetype/include/config/
ftconfig.h 379 #ifndef FT_EXPORT
382 #define FT_EXPORT( x ) extern "C" x
384 #define FT_EXPORT( x ) extern x
387 #endif /* !FT_EXPORT */
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 518 #ifndef FT_EXPORT
521 #define FT_EXPORT( x ) extern "C" x
523 #define FT_EXPORT( x ) extern x
526 #endif /* !FT_EXPORT */
  /external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftconfig.h 519 #ifndef FT_EXPORT
522 #define FT_EXPORT( x ) extern "C" x
524 #define FT_EXPORT( x ) extern x
527 #endif /* !FT_EXPORT */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftconfig.h 519 #ifndef FT_EXPORT
522 #define FT_EXPORT( x ) extern "C" x
524 #define FT_EXPORT( x ) extern x
527 #endif /* !FT_EXPORT */

Completed in 150 milliseconds