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-gsub-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 269 lookup_props (0),
283 inline void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; }
319 if (!c->check_glyph_property (&info, lookup_props))
331 unsigned int lookup_props; member in struct:OT::hb_apply_context_t::matcher_t
347 matcher.set_lookup_props (c->lookup_props);
354 inline void set_lookup_props (unsigned int lookup_props)
356 matcher.set_lookup_props (lookup_props);
469 unsigned int lookup_props; member in struct:OT::hb_apply_context_t
488 lookup_props (0),
503 lookup_props = lookup_props_
    [all...]
hb-ot-layout-common-private.hh 607 /* lookup_props is a 32-bit integer where the lower 16-bit is LookupFlag and
637 uint32_t lookup_props,
643 lookupFlag.set (lookup_props & 0xFFFFu);
648 markFilteringSet.set (lookup_props >> 16);
    [all...]
hb-ot-layout.cc     [all...]
hb-ot-layout-gpos-table.hh 986 if (!(c->lookup_props & LookupFlag::RightToLeft))
    [all...]

Completed in 48 milliseconds