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

  /external/freetype/include/freetype/config/
ftconfig.h 393 #ifndef FT_EXPORT
396 #define FT_EXPORT( x ) extern "C" x
398 #define FT_EXPORT( x ) extern x
401 #endif /* !FT_EXPORT */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftconfig.h 360 #ifndef FT_EXPORT
363 #define FT_EXPORT( x ) extern "C" x
365 #define FT_EXPORT( x ) extern x
368 #endif /* !FT_EXPORT */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/
ftconfig.h 387 #ifndef FT_EXPORT
390 #define FT_EXPORT( x ) extern "C" x
392 #define FT_EXPORT( x ) extern x
395 #endif /* !FT_EXPORT */
  /external/pdfium/third_party/freetype/include/freetype/config/
ftconfig.h 387 #ifndef FT_EXPORT
390 #define FT_EXPORT( x ) extern "C" x
392 #define FT_EXPORT( x ) extern x
395 #endif /* !FT_EXPORT */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 418 #ifndef FT_EXPORT
421 #define FT_EXPORT( x ) extern "C" x
423 #define FT_EXPORT( x ) extern x
426 #endif /* !FT_EXPORT */

Completed in 857 milliseconds