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.cc287 struct active_feature_t { struct
292 const active_feature_t *a = (const active_feature_t *) pa; in cmp() argument
293 const active_feature_t *b = (const active_feature_t *) pb; in cmp()
299 bool operator== (const active_feature_t *f) in operator ==() argument
306 active_feature_t feature;
314 active_feature_t::cmp (&a->feature, &b->feature); in cmp()
629 active_feature_t feature; in _hb_uniscribe_shape()
649 active_feature_t feature; in _hb_uniscribe_shape()
661 hb_vector_t<active_feature_t> active_features; in _hb_uniscribe_shape()
704 active_feature_t *feature = active_features.find (&event->feature); in _hb_uniscribe_shape()
Dhb-coretext.cc395 struct active_feature_t { struct
400 const active_feature_t *a = (const active_feature_t *) pa; in cmp() argument
401 const active_feature_t *b = (const active_feature_t *) pb; in cmp()
407 bool operator== (const active_feature_t *f) { in operator ==() argument
415 active_feature_t feature;
422 active_feature_t::cmp (&a->feature, &b->feature); in cmp()
482 active_feature_t feature; in _hb_coretext_shape()
502 active_feature_t feature; in _hb_coretext_shape()
514 hb_vector_t<active_feature_t> active_features; in _hb_coretext_shape()
585 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape()