OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:module_flags
(Results
1 - 3
of
3
) sorted by null
/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 44 milliseconds