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/open-vcdiff/gflags/src/
gflags_completions.cc
195
FlagSet
module_flags
; // Found in module file
member in struct:__anon12324::NotableFlags
259
//VLOG(2) << " module: " << notable_flags.
module_flags
.size();
420
notable_flags->
module_flags
.clear();
446
notable_flags->
module_flags
.insert(*it);
563
!notable_flags->
module_flags
.empty()) {
567
¬able_flags->
module_flags
};
652
notable_flags.
module_flags
.count(*it) ||
/external/freetype/include/freetype/internal/
ftobjs.h
455
#define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
458
#define FT_MODULE_IS_RENDERER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
461
#define FT_MODULE_IS_HINTER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
464
#define FT_MODULE_IS_STYLER( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
467
#define FT_DRIVER_IS_SCALABLE( x ) ( FT_MODULE_CLASS( x )->
module_flags
& \
470
#define FT_DRIVER_USES_OUTLINES( x ) !( FT_MODULE_CLASS( x )->
module_flags
& \
473
#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 764 milliseconds