Home
last modified time | relevance | path

Searched refs:fallback_style (Results 1 – 5 of 5) 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.c144 module->fallback_style = ss; in af_property_set()
323 FT_UInt fallback_style = module->fallback_style; in af_property_get() local
346 AF_StyleClass style_class = af_style_classes[fallback_style]; in af_property_get()
448 module->fallback_style = AF_STYLE_FALLBACK; in af_autofitter_init()
Dafmodule.h39 FT_UInt fallback_style; member
Dafglobal.c271 if ( globals->module->fallback_style != AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
281 gstyles[nn] |= globals->module->fallback_style; in af_face_globals_compute_style_coverage()
/external/freetype/
DChangeLog.252742 s/fallback_script/fallback_style/.