HomeSort by relevance Sort by last modified time
    Searched full:mask_for (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/src/
hb-set-private.hh 82 mask |= mask_for (g);
89 mask_t ma = mask_for (a);
90 mask_t mb = mask_for (b);
96 return !!(mask & mask_for (g));
101 static inline mask_t mask_for (hb_codepoint_t g) { return ((mask_t) 1) << (g & (sizeof (mask_t) * 8 - 1)); } function in struct:hb_set_digest_lowest_bits_t

Completed in 37 milliseconds