Searched defs:lookup_props (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1167 uint32_t lookup_props,
1173 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return_trace (false);
1178 uint32_t lookup_props,
1185 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Multiple, lookup_props, 1))) return_trace (false);
1194 uint32_t lookup_props,
1201 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return_trace (false);
1210 uint32_t lookup_props,
1219 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Ligature, lookup_props, 1))) return_trace (false);
1340 unsigned int saved_lookup_props = c->lookup_props;
1166 serialize_single(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &glyphs, Supplier<GlyphID> &substitutes, unsigned int num_glyphs) argument
1177 serialize_multiple(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &glyphs, Supplier<unsigned int> &substitute_len_list, unsigned int num_glyphs, Supplier<GlyphID> &substitute_glyphs_list) argument
1193 serialize_alternate(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &glyphs, Supplier<unsigned int> &alternate_len_list, unsigned int num_glyphs, Supplier<GlyphID> &alternate_glyphs_list) argument
1209 serialize_ligature(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &first_glyphs, Supplier<unsigned int> &ligature_per_first_glyph_count_list, unsigned int num_first_glyphs, Supplier<GlyphID> &ligatures_list, Supplier<unsigned int> &component_count_list, Supplier<GlyphID> &component_list ) argument
H A Dhb-ot-layout-common-private.hh607 /* 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);
635 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument
H A Dhb-ot-layout-gsubgpos-private.hh269 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) argument
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
[all...]

Completed in 81 milliseconds