HomeSort by relevance Sort by last modified time
    Searched full:lookup_props (Results 1 - 6 of 6) 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
487 lookup_props (0),
501 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-gdef-table.hh 391 * Not to be confused with lookup_props which is very similar. */
hb-ot-layout.cc 996 c->check_glyph_property (&buffer->cur(), c->lookup_props))
1025 c->check_glyph_property (&buffer->cur(), c->lookup_props))
hb-ot-layout-gpos-table.hh 987 if (!(c->lookup_props & LookupFlag::RightToLeft))
    [all...]

Completed in 1459 milliseconds