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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.cc 420 hb_mask_t not_mask = ~mask; local
429 info[i].mask = (info[i].mask & not_mask) | value;
436 info[i].mask = (info[i].mask & not_mask) | value;
  /external/harfbuzz_ng/src/
hb-buffer.cc 421 hb_mask_t not_mask = ~mask; local
430 info[i].mask = (info[i].mask & not_mask) | value;
437 info[i].mask = (info[i].mask & not_mask) | value;

Completed in 48 milliseconds