Home
last modified time | relevance | path

Searched defs:FT_EXPORT (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/freetype/include/freetype/config/
Dftconfig.h463 #define FT_EXPORT( x ) __declspec( dllexport ) x macro
465 #define FT_EXPORT( x ) __attribute__(( visibility( "default" ) )) x macro
467 #define FT_EXPORT( x ) __global x macro
469 #define FT_EXPORT( x ) extern "C" x macro
471 #define FT_EXPORT( x ) extern x macro
477 #define FT_EXPORT( x ) __declspec( dllimport ) x macro
479 #define FT_EXPORT( x ) extern "C" x macro
481 #define FT_EXPORT( x ) extern x macro
/third_party/flutter/skia/third_party/externals/freetype/builds/vms/
Dftconfig.h443 #define FT_EXPORT( x ) __declspec( dllexport ) x macro
445 #define FT_EXPORT( x ) __attribute__(( visibility( "default" ) )) x macro
447 #define FT_EXPORT( x ) __global x macro
449 #define FT_EXPORT( x ) extern "C" x macro
451 #define FT_EXPORT( x ) extern x macro
457 #define FT_EXPORT( x ) __declspec( dllimport ) x macro
459 #define FT_EXPORT( x ) extern "C" x macro
461 #define FT_EXPORT( x ) extern x macro
/third_party/freetype/include/freetype/config/
Dpublic-macros.h104 #define FT_EXPORT( x ) FT_PUBLIC_FUNCTION_ATTRIBUTE extern x macro
/third_party/skia/third_party/externals/freetype/include/freetype/config/
Dpublic-macros.h104 #define FT_EXPORT( x ) FT_PUBLIC_FUNCTION_ATTRIBUTE extern x macro