OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_EXPORT_VAR
(Results
1 - 8
of
8
) 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/pdfium/third_party/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/config/
ftconfig.h
409
#ifndef
FT_EXPORT_VAR
412
#define
FT_EXPORT_VAR
( x ) extern "C" x
414
#define
FT_EXPORT_VAR
( x ) extern x
417
#endif /* !
FT_EXPORT_VAR
*/
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftconfig.h
382
#ifndef
FT_EXPORT_VAR
385
#define
FT_EXPORT_VAR
( x ) extern "C" x
387
#define
FT_EXPORT_VAR
( x ) extern x
390
#endif /* !
FT_EXPORT_VAR
*/
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/
ftconfig.h
409
#ifndef
FT_EXPORT_VAR
412
#define
FT_EXPORT_VAR
( x ) extern "C" x
414
#define
FT_EXPORT_VAR
( x ) extern x
417
#endif /* !
FT_EXPORT_VAR
*/
/external/pdfium/third_party/freetype/include/freetype/config/
ftconfig.h
409
#ifndef
FT_EXPORT_VAR
412
#define
FT_EXPORT_VAR
( x ) extern "C" x
414
#define
FT_EXPORT_VAR
( x ) extern x
417
#endif /* !
FT_EXPORT_VAR
*/
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h
440
#ifndef
FT_EXPORT_VAR
443
#define
FT_EXPORT_VAR
( x ) extern "C" x
445
#define
FT_EXPORT_VAR
( x ) extern x
448
#endif /* !
FT_EXPORT_VAR
*/
Completed in 297 milliseconds