HomeSort by relevance Sort by last modified time
    Searched refs:HB_FALLTHROUGH (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb.hh 237 * HB_FALLTHROUGH is an annotation to suppress compiler warnings about switch
238 * cases that fall through without a break or return statement. HB_FALLTHROUGH
246 * HB_FALLTHROUGH;
253 # define HB_FALLTHROUGH [[clang::fallthrough]]
256 # define HB_FALLTHROUGH __attribute__((fallthrough))
263 # define HB_FALLTHROUGH __fallthrough
265 # define HB_FALLTHROUGH /* FALLTHROUGH */
hb-ot-shape-fallback.cc 226 HB_FALLTHROUGH;
261 HB_FALLTHROUGH;
282 HB_FALLTHROUGH;
hb-cff-interp-dict-common.hh 182 HB_FALLTHROUGH;
hb-subset-cff2.cc 100 HB_FALLTHROUGH;
hb-subset-cff-common.hh 847 HB_FALLTHROUGH;
hb-subset-cff1.cc 284 HB_FALLTHROUGH;
    [all...]
  /external/harfbuzz_ng/util/
options.cc 171 case 1: m.r = m.t; HB_FALLTHROUGH;
172 case 2: m.b = m.t; HB_FALLTHROUGH;
173 case 3: m.l = m.r; HB_FALLTHROUGH;
491 case 1: font_opts->font_size_y = font_opts->font_size_x; HB_FALLTHROUGH;
509 case 1: font_opts->y_ppem = font_opts->x_ppem; HB_FALLTHROUGH;

Completed in 591 milliseconds