HomeSort by relevance Sort by last modified time
    Searched defs:fallback_style (Results 1 - 3 of 3) sorted by null

  /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])
  /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;

Completed in 585 milliseconds