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 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...]
  /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...]

Completed in 70 milliseconds