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

  /external/chromium_org/third_party/freetype2/include/
ftconfig.h 375 #ifndef FT_BASE
378 #define FT_BASE( x ) extern "C" x
380 #define FT_BASE( x ) extern x
383 #endif /* !FT_BASE */
  /external/freetype/include/config/
ftconfig.h 357 #ifndef FT_BASE
360 #define FT_BASE( x ) extern "C" x
362 #define FT_BASE( x ) extern x
365 #endif /* !FT_BASE */
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 496 #ifndef FT_BASE
499 #define FT_BASE( x ) extern "C" x
501 #define FT_BASE( x ) extern x
504 #endif /* !FT_BASE */
  /external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftconfig.h 497 #ifndef FT_BASE
500 #define FT_BASE( x ) extern "C" x
502 #define FT_BASE( x ) extern x
505 #endif /* !FT_BASE */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftconfig.h 497 #ifndef FT_BASE
500 #define FT_BASE( x ) extern "C" x
502 #define FT_BASE( x ) extern x
505 #endif /* !FT_BASE */

Completed in 804 milliseconds