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()
629 active_feature_t feature; in _hb_uniscribe_shape()
653 active_feature_t feature; in _hb_uniscribe_shape()
667 hb_auto_array_t<active_feature_t> active_features; in _hb_uniscribe_shape()
710 active_feature_t *feature = active_features.push (); in _hb_uniscribe_shape()
715 active_feature_t *feature = active_features.find (&event->feature); in _hb_uniscribe_shape()
Dhb-coretext.cc282 struct active_feature_t { struct
286 static int cmp (const active_feature_t *a, const active_feature_t *b) { in cmp() argument
292 bool operator== (const active_feature_t *f) { in operator ==() argument
300 active_feature_t feature;
305 active_feature_t::cmp (&a->feature, &b->feature); in cmp()
545 active_feature_t feature; in _hb_coretext_shape()
569 active_feature_t feature; in _hb_coretext_shape()
583 hb_auto_array_t<active_feature_t> active_features; in _hb_coretext_shape()
652 active_feature_t *feature = active_features.push (); in _hb_coretext_shape()
657 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape()