Searched defs:FT_EXPORT_VAR (Results 1 - 8 of 8) sorted by last modified time

/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftconfig.h541 #ifndef FT_EXPORT_VAR
544 #define FT_EXPORT_VAR( x ) extern "C" x macro
546 #define FT_EXPORT_VAR( x ) extern x macro
549 #endif /* !FT_EXPORT_VAR */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftconfig.h541 #ifndef FT_EXPORT_VAR
544 #define FT_EXPORT_VAR( x ) extern "C" x macro
546 #define FT_EXPORT_VAR( x ) extern x macro
549 #endif /* !FT_EXPORT_VAR */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.h39 /* whether FT_EXPORT_VAR has been defined already. */
44 #ifndef FT_EXPORT_VAR
45 #define FT_EXPORT_VAR( x ) extern x macro
48 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
/external/freetype/include/config/
H A Dftconfig.h401 #ifndef FT_EXPORT_VAR
404 #define FT_EXPORT_VAR( x ) extern "C" x macro
406 #define FT_EXPORT_VAR( x ) extern x macro
409 #endif /* !FT_EXPORT_VAR */
/external/freetype/src/smooth/
H A Dftgrays.h39 /* whether FT_EXPORT_VAR has been defined already. */
44 #ifndef FT_EXPORT_VAR
45 #define FT_EXPORT_VAR( x ) extern x macro
48 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
/external/chromium_org/third_party/freetype/include/freetype/config/
H A Dftconfig.h540 #ifndef FT_EXPORT_VAR
543 #define FT_EXPORT_VAR( x ) extern "C" x macro
545 #define FT_EXPORT_VAR( x ) extern x macro
548 #endif /* !FT_EXPORT_VAR */
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.h39 /* whether FT_EXPORT_VAR has been defined already. */
44 #ifndef FT_EXPORT_VAR
45 #define FT_EXPORT_VAR( x ) extern x macro
48 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
/external/chromium_org/third_party/freetype2/include/
H A Dftconfig.h419 #ifndef FT_EXPORT_VAR
422 #define FT_EXPORT_VAR( x ) extern "C" x macro
424 #define FT_EXPORT_VAR( x ) extern x macro
427 #endif /* !FT_EXPORT_VAR */

Completed in 2456 milliseconds