OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lookup_mask
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
487
hb_mask_t
lookup_mask
= c->
lookup_mask
;
local
490
unsigned int shift = _hb_ctz (
lookup_mask
);
491
unsigned int alt_index = ((
lookup_mask
& glyph_mask) >> shift);
[
all
...]
hb-ot-layout-gsubgpos-private.hh
263
hb_mask_t
lookup_mask
;
member in struct:OT::hb_apply_context_t
281
lookup_mask
(lookup_mask_),
391
matcher.set_mask (c->
lookup_mask
);
461
matcher.set_mask (c->
lookup_mask
);
[
all
...]
hb-ot-layout-gpos-table.hh
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc
830
if (unlikely (!buffer->len || !c->
lookup_mask
))
845
(buffer->cur().mask & c->
lookup_mask
) &&
868
(buffer->cur().mask & c->
lookup_mask
) &&
hb-ot-layout-gsub-table.hh
494
hb_mask_t
lookup_mask
= c->
lookup_mask
;
local
497
unsigned int shift = _hb_ctz (
lookup_mask
);
498
unsigned int alt_index = ((
lookup_mask
& glyph_mask) >> shift);
[
all
...]
hb-ot-layout-gsubgpos-private.hh
268
hb_mask_t
lookup_mask
;
member in struct:OT::hb_apply_context_t
284
lookup_mask
(1),
293
inline void set_lookup_mask (hb_mask_t mask) {
lookup_mask
= mask; }
396
matcher.set_mask (c->
lookup_mask
);
466
matcher.set_mask (c->
lookup_mask
);
[
all
...]
Completed in 229 milliseconds