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

  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 468 #ifndef FT_BASE
471 #define FT_BASE( x ) extern "C" x
473 #define FT_BASE( x ) extern x
476 #endif /* !FT_BASE */
  /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/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 */

Completed in 6367 milliseconds