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

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 267 unsigned int lookup_props; member in struct:OT::hb_apply_context_t
285 lookup_props (0),
291 inline void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; }
292 inline void set_lookup (const Lookup &l) { lookup_props = l.get_props (); }
297 lookup_props (0),
311 inline void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; }
351 if (!c->match_properties (info.codepoint, property, lookup_props))
364 unsigned int lookup_props; member in struct:OT::hb_apply_context_t::matcher_t
385 matcher.set_lookup_props (c->lookup_props);
394 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 564 /* lookup_props is a 32-bit integer where the lower 16-bit is LookupFlag and
580 uint32_t lookup_props,
586 lookupFlag.set (lookup_props & 0xFFFF);
591 markFilteringSet.set (lookup_props >> 16);
    [all...]
hb-ot-layout-gdef-table.hh 381 * Not to be confused with lookup_props which is very similar. */
hb-ot-layout-gpos-table.hh 941 if (c->lookup_props & LookupFlag::RightToLeft) {
    [all...]

Completed in 158 milliseconds