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

  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipc.h 90 uint32_t lookup_mask; member in struct:server_lookup_args
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipc.h 87 uint32_t lookup_mask; member in struct:server_lookup_args
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 492 hb_mask_t lookup_mask = c->lookup_mask; local
495 unsigned int shift = _hb_ctz (lookup_mask);
496 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift);
    [all...]
hb-ot-layout.cc 995 (buffer->cur().mask & c->lookup_mask) &&
1024 (buffer->cur().mask & c->lookup_mask) &&
1050 if (unlikely (!buffer->len || !c->lookup_mask))
hb-ot-layout-gsubgpos-private.hh 352 matcher.set_mask (context_match ? -1 : c->lookup_mask);
465 hb_mask_t lookup_mask; member in struct:OT::hb_apply_context_t
483 lookup_mask (1),
495 inline void set_lookup_mask (hb_mask_t mask) { lookup_mask = mask; }
    [all...]

Completed in 253 milliseconds