Home
last modified time | relevance | path

Searched refs:active_feature_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc263 struct active_feature_t { struct
267 static int cmp (const active_feature_t *a, const active_feature_t *b) { in cmp() argument
273 bool operator== (const active_feature_t *f) { in operator ==() argument
281 active_feature_t feature;
286 active_feature_t::cmp (&a->feature, &b->feature); in cmp()
631 active_feature_t feature; in _hb_uniscribe_shape()
655 active_feature_t feature; in _hb_uniscribe_shape()
669 hb_auto_array_t<active_feature_t> active_features; in _hb_uniscribe_shape()
712 active_feature_t *feature = active_features.push (); in _hb_uniscribe_shape()
717 active_feature_t *feature = active_features.find (&event->feature); in _hb_uniscribe_shape()
Dhb-coretext.cc322 struct active_feature_t { struct
326 static int cmp (const active_feature_t *a, const active_feature_t *b) { in cmp() argument
332 bool operator== (const active_feature_t *f) { in operator ==() argument
340 active_feature_t feature;
345 active_feature_t::cmp (&a->feature, &b->feature); in cmp()
585 active_feature_t feature; in _hb_coretext_shape()
609 active_feature_t feature; in _hb_coretext_shape()
623 hb_auto_array_t<active_feature_t> active_features; in _hb_coretext_shape()
692 active_feature_t *feature = active_features.push (); in _hb_coretext_shape()
697 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape()