Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb.hh305 # define HB_FALLTHROUGH [[clang::fallthrough]] macro
308 # define HB_FALLTHROUGH __attribute__((fallthrough)) macro
315 # define HB_FALLTHROUGH __fallthrough macro
317 # define HB_FALLTHROUGH /* FALLTHROUGH */ macro
Dhb-ot-shape-fallback.cc240 HB_FALLTHROUGH; in position_mark()
275 HB_FALLTHROUGH; in position_mark()
296 HB_FALLTHROUGH; in position_mark()
Dhb-subset-cff2.cc104 HB_FALLTHROUGH; in flush_args_and_op()
Dhb-subset-cff-common.hh859 HB_FALLTHROUGH; in drop_hints_in_str()
Dhb-subset-cff1.cc288 HB_FALLTHROUGH; in flush_args_and_op()
/external/harfbuzz_ng/util/
Doptions.cc173 case 1: m.r = m.t; HB_FALLTHROUGH; in parse_margin()
174 case 2: m.b = m.t; HB_FALLTHROUGH; in parse_margin()
175 case 3: m.l = m.r; HB_FALLTHROUGH; in parse_margin()
503 case 1: font_opts->font_size_y = font_opts->font_size_x; HB_FALLTHROUGH; in parse_font_size()
521 case 1: font_opts->y_ppem = font_opts->x_ppem; HB_FALLTHROUGH; in parse_font_ppem()