Searched defs:get_mask (Results 1 – 4 of 4) sorted by relevance
58 #define get_mask(offset) (BIT(get_shift(offset))) macro
109 hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = nullptr) const in get_mask() function
823 static uint32_t *get_mask(const char *mask, size_t *len) in get_mask() function
3103 auto get_mask = [](const std::vector<int>& mask) { in TEST_F() local