Searched refs:lookup_props (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh272 unsigned int lookup_props; member in struct:OT::hb_apply_context_t
288 lookup_props (0),
296 inline void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; }
297 inline void set_lookup (const Lookup &l) { lookup_props = l.get_props (); }
302 lookup_props (0),
316 inline void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; }
356 if (!c->match_properties (info.codepoint, property, lookup_props))
369 unsigned int lookup_props; member in struct:OT::hb_apply_context_t::matcher_t
390 matcher.set_lookup_props (c->lookup_props);
399 inline void set_lookup_props (unsigned int lookup_props) { matche argument
469 set_lookup_props(unsigned int lookup_props) argument
[all...]
H A Dhb-ot-layout-gsub-table.hh1189 if (!c->check_glyph_property (&c->buffer->cur(), c->lookup_props))
1201 uint32_t lookup_props,
1207 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return TRACE_RETURN (false);
1212 uint32_t lookup_props,
1219 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Multiple, lookup_props, 1))) return TRACE_RETURN (false);
1225 uint32_t lookup_props,
1232 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return TRACE_RETURN (false);
1238 uint32_t lookup_props,
1247 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Ligature, lookup_props, 1))) return TRACE_RETURN (false);
1361 unsigned int saved_lookup_props = c->lookup_props;
1200 serialize_single(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &glyphs, Supplier<GlyphID> &substitutes, unsigned int num_glyphs) argument
1211 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
1224 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
1237 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
[all...]
H A Dhb-ot-layout-common-private.hh564 /* 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);
578 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument
H A Dhb-ot-layout-gpos-table.hh946 if (c->lookup_props & LookupFlag::RightToLeft) {
1258 skippy_iter.set_lookup_props (c->lookup_props & ~LookupFlag::IgnoreFlags);
1472 if (!c->check_glyph_property (&c->buffer->cur(), c->lookup_props))
1616 unsigned int saved_lookup_props = c->lookup_props;
1619 c->lookup_props = saved_lookup_props;
H A Dhb-ot-layout.cc816 if (!c->check_glyph_property (&c->buffer->cur(), c->lookup_props))
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh267 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) { matche argument
464 set_lookup_props(unsigned int lookup_props) argument
[all...]
H A Dhb-ot-layout-gsub-table.hh1181 if (!c->check_glyph_property (&c->buffer->cur(), c->lookup_props))
1241 uint32_t lookup_props,
1247 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return TRACE_RETURN (false);
1252 uint32_t lookup_props,
1259 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Multiple, lookup_props, 1))) return TRACE_RETURN (false);
1265 uint32_t lookup_props,
1272 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return TRACE_RETURN (false);
1278 uint32_t lookup_props,
1287 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Ligature, lookup_props, 1))) return TRACE_RETURN (false);
1401 unsigned int saved_lookup_props = c->lookup_props;
1240 serialize_single(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &glyphs, Supplier<GlyphID> &substitutes, unsigned int num_glyphs) argument
1251 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
1264 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
1277 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
[all...]
H A Dhb-ot-layout-common-private.hh564 /* 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);
578 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument
H A Dhb-ot-layout-gpos-table.hh941 if (c->lookup_props & LookupFlag::RightToLeft) {
1253 skippy_iter.set_lookup_props (c->lookup_props & ~LookupFlag::IgnoreFlags);
1462 if (!c->check_glyph_property (&c->buffer->cur(), c->lookup_props))
1633 unsigned int saved_lookup_props = c->lookup_props;
1636 c->lookup_props = saved_lookup_props;

Completed in 377 milliseconds