Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc278 struct feature_event_t { struct
283 static int cmp (const feature_event_t *a, const feature_event_t *b) { in cmp() argument
628 hb_auto_array_t<feature_event_t> feature_events; in _hb_uniscribe_shape()
636 feature_event_t *event; in _hb_uniscribe_shape()
660 feature_event_t *event = feature_events.push (); in _hb_uniscribe_shape()
673 feature_event_t *event = &feature_events[i]; in _hb_uniscribe_shape()
Dhb-coretext.cc337 struct feature_event_t { struct
342 static int cmp (const feature_event_t *a, const feature_event_t *b) { in cmp() argument
574 hb_auto_array_t<feature_event_t> feature_events; in _hb_coretext_shape()
590 feature_event_t *event; in _hb_coretext_shape()
614 feature_event_t *event = feature_events.push (); in _hb_coretext_shape()
627 feature_event_t *event = &feature_events[i]; in _hb_coretext_shape()