OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:not_mask
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-buffer.cc
368
hb_mask_t
not_mask
= ~mask;
local
377
info[i].mask = (info[i].mask &
not_mask
) | value;
384
info[i].mask = (info[i].mask &
not_mask
) | value;
/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;
Completed in 47 milliseconds