OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_EXPORT
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/freetype2/include/
ftconfig.h
397
#ifndef
FT_EXPORT
400
#define
FT_EXPORT
( x ) __attribute__((visibility("default"))) extern "C" x
402
#define
FT_EXPORT
( x ) __attribute__((visibility("default"))) extern x
405
#endif /* !
FT_EXPORT
*/
/external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h
518
#ifndef
FT_EXPORT
521
#define
FT_EXPORT
( x ) extern "C" x
523
#define
FT_EXPORT
( x ) extern x
526
#endif /* !
FT_EXPORT
*/
/external/freetype/include/freetype/config/
ftconfig.h
518
#ifndef
FT_EXPORT
521
#define
FT_EXPORT
( x ) extern "C" x
523
#define
FT_EXPORT
( x ) extern x
526
#endif /* !
FT_EXPORT
*/
Completed in 84 milliseconds