Home
last modified time | relevance | path

Searched refs:HB_FALLTHROUGH (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb.hh253 # define HB_FALLTHROUGH [[clang::fallthrough]] macro
256 # define HB_FALLTHROUGH __attribute__((fallthrough)) macro
263 # define HB_FALLTHROUGH __fallthrough macro
265 # define HB_FALLTHROUGH /* FALLTHROUGH */ macro
Dhb-ot-shape-fallback.cc226 HB_FALLTHROUGH; in position_mark()
261 HB_FALLTHROUGH; in position_mark()
282 HB_FALLTHROUGH; in position_mark()
Dhb-cff-interp-dict-common.hh182 HB_FALLTHROUGH; in parse_bcd()
Dhb-subset-cff2.cc100 HB_FALLTHROUGH; in flush_args_and_op()
Dhb-subset-cff-common.hh847 HB_FALLTHROUGH; in drop_hints_in_str()
Dhb-subset-cff1.cc284 HB_FALLTHROUGH; in flush_args_and_op()
/external/harfbuzz_ng/util/
Doptions.cc171 case 1: m.r = m.t; HB_FALLTHROUGH; in parse_margin()
172 case 2: m.b = m.t; HB_FALLTHROUGH; in parse_margin()
173 case 3: m.l = m.r; HB_FALLTHROUGH; in parse_margin()
491 case 1: font_opts->font_size_y = font_opts->font_size_x; HB_FALLTHROUGH; in parse_font_size()
509 case 1: font_opts->y_ppem = font_opts->x_ppem; HB_FALLTHROUGH; in parse_font_ppem()