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

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 291 unsigned int lookup_props; member in struct:OT::hb_apply_context_t
307 lookup_props (0),
315 inline void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; }
316 inline void set_lookup (const Lookup &l) { lookup_props = l.get_props (); }
321 lookup_props (0),
335 inline void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; }
371 if (!c->check_glyph_property (&info, lookup_props))
384 unsigned int lookup_props; member in struct:OT::hb_apply_context_t::matcher_t
405 matcher.set_lookup_props (c->lookup_props);
414 inline void set_lookup_props (unsigned int lookup_props) { matcher.set_lookup_props (lookup_props);
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-common-private.hh 566 /* lookup_props is a 32-bit integer where the lower 16-bit is LookupFlag and
582 uint32_t lookup_props,
588 lookupFlag.set (lookup_props & 0xFFFFu);
593 markFilteringSet.set (lookup_props >> 16);
    [all...]
hb-ot-layout-gpos-table.hh 963 if (c->lookup_props & LookupFlag::RightToLeft) {
    [all...]
hb-ot-layout.cc 836 if (!c->check_glyph_property (&c->buffer->cur(), c->lookup_props))

Completed in 67 milliseconds