OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:module_flags
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gio/fam/
Makefile.am
5
module_flags
= -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)'
31
libgiofam_la_LDFLAGS = $(
module_flags
)
/external/freetype/include/freetype/internal/
ftobjs.h
458
#define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
461
#define FT_MODULE_IS_RENDERER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
464
#define FT_MODULE_IS_HINTER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
467
#define FT_MODULE_IS_STYLER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
470
#define FT_DRIVER_IS_SCALABLE( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
473
#define FT_DRIVER_USES_OUTLINES( x ) !( FT_MODULE_CLASS( x )->
module_flags
& \
476
#define FT_DRIVER_HAS_HINTER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
[
all
...]
/external/freetype/include/freetype/
ftmodapi.h
139
/*
module_flags
:: Bit flags describing the module. */
161
FT_ULong
module_flags
;
member in struct:FT_Module_Class_
/external/freetype/src/base/
ftobjs.c
[
all
...]
Completed in 208 milliseconds