OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fallback_style
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/autofit/
afmodule.h
39
FT_UInt
fallback_style
;
member in struct:AF_ModuleRec_
afmodule.c
126
module->
fallback_style
= ss;
186
FT_UInt
fallback_style
= module->
fallback_style
;
local
209
AF_StyleClass style_class = AF_STYLE_CLASSES_GET[
fallback_style
];
294
module->
fallback_style
= AF_STYLE_FALLBACK;
afglobal.c
246
if ( globals->module->
fallback_style
!= AF_STYLE_UNASSIGNED )
256
gstyles[nn] |= globals->module->
fallback_style
;
/external/clang/tools/clang-format/
clang-format.py
46
fallback_style
= None
variable
48
fallback_style
= vim.eval('g:clang_format_fallback_style')
variable
78
if
fallback_style
:
79
command.extend(['-fallback-style',
fallback_style
])
Completed in 216 milliseconds