HomeSort by relevance Sort by last modified time
    Searched refs:FT_EXPORT_VAR (Results 1 - 5 of 5) 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/src/psaux/
psauxmod.h 34 FT_EXPORT_VAR( const FT_Module_Class ) psaux_driver_class;
  /external/freetype/src/raster/
ftraster.h 38 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_standard_raster;
  /external/freetype/include/freetype/config/
ftconfig.h 470 #ifndef FT_EXPORT_VAR
473 #define FT_EXPORT_VAR( x ) extern "C" x
475 #define FT_EXPORT_VAR( x ) extern x
478 #endif /* !FT_EXPORT_VAR */
  /external/freetype/include/freetype/internal/
ftobjs.h     [all...]

Completed in 133 milliseconds