Home
last modified time | relevance | path

Searched refs:fallback_style (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/clang-format/
Dclang-format.py46 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])
/external/freetype/src/autofit/
Dafmodule.c158 module->fallback_style = ss; in af_property_set()
339 FT_UInt fallback_style = module->fallback_style; in af_property_get() local
362 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[fallback_style]; in af_property_get()
476 module->fallback_style = AF_STYLE_FALLBACK; in af_autofitter_init()
Dafmodule.h39 FT_UInt fallback_style; member
Dafglobal.c276 if ( globals->module->fallback_style != AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
286 gstyles[nn] |= globals->module->fallback_style; in af_face_globals_compute_style_coverage()