OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_lookup_props
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh
296
inline void
set_lookup_props
(unsigned int lookup_props_) { lookup_props = lookup_props_; }
function in struct:OT::hb_apply_context_t
316
inline void
set_lookup_props
(unsigned int lookup_props_) { lookup_props = lookup_props_; }
function 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); }
function in struct:OT::hb_apply_context_t::skipping_forward_iterator_t
460
matcher.
set_lookup_props
(c->lookup_props);
469
inline void
set_lookup_props
(unsigned int lookup_props) { matcher.
set_lookup_props
(lookup_props); }
function in struct:OT::hb_apply_context_t::skipping_backward_iterator_t
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
291
inline void
set_lookup_props
(unsigned int lookup_props_) { lookup_props = lookup_props_; }
function in struct:OT::hb_apply_context_t
311
inline void
set_lookup_props
(unsigned int lookup_props_) { lookup_props = lookup_props_; }
function 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); }
function in struct:OT::hb_apply_context_t::skipping_forward_iterator_t
455
matcher.
set_lookup_props
(c->lookup_props);
464
inline void
set_lookup_props
(unsigned int lookup_props) { matcher.
set_lookup_props
(lookup_props); }
function in struct:OT::hb_apply_context_t::skipping_backward_iterator_t
[
all
...]
Completed in 27 milliseconds