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

  /external/freetype/include/config/
ftconfig.h 365 #ifndef FT_BASE
368 #define FT_BASE( x ) extern "C" x
370 #define FT_BASE( x ) extern x
373 #endif /* !FT_BASE */
  /external/pdfium/third_party/freetype/include/config/
ftconfig.h 348 #ifndef FT_BASE
351 #define FT_BASE( x ) extern "C" x
353 #define FT_BASE( x ) extern x
356 #endif /* !FT_BASE */

Completed in 140 milliseconds