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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 272 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) { matcher.set_lookup_props (lookup_props);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 272 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_; }
352 if (!c->check_glyph_property (&info, lookup_props))
365 unsigned int lookup_props; member in struct:OT::hb_apply_context_t::matcher_t
386 matcher.set_lookup_props (c->lookup_props);
395 inline void set_lookup_props (unsigned int lookup_props) { matcher.set_lookup_props (lookup_props);
    [all...]

Completed in 2495 milliseconds