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

  /external/freetype/src/smooth/
ftgrays.h 39 /* whether FT_EXPORT_VAR has been defined already. */
44 #ifndef FT_EXPORT_VAR
45 #define FT_EXPORT_VAR( x ) extern x
48 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
  /external/freetype/include/freetype/config/
ftconfig.h 505 #ifndef FT_EXPORT_VAR
508 #define FT_EXPORT_VAR( x ) extern "C" x
510 #define FT_EXPORT_VAR( x ) extern x
513 #endif /* !FT_EXPORT_VAR */

Completed in 1480 milliseconds