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
614 hb_auto_array_t<feature_event_t> feature_events; in _hb_uniscribe_shape()
622 feature_event_t *event; in _hb_uniscribe_shape()
646 feature_event_t *event = feature_events.push (); in _hb_uniscribe_shape()
659 feature_event_t *event = &feature_events[i]; in _hb_uniscribe_shape()
Dhb-coretext.cc238 struct feature_event_t { struct
243 static int cmp (const feature_event_t *a, const feature_event_t *b) { in cmp() argument
471 hb_auto_array_t<feature_event_t> feature_events; in _hb_coretext_shape()
487 feature_event_t *event; in _hb_coretext_shape()
511 feature_event_t *event = feature_events.push (); in _hb_coretext_shape()
524 feature_event_t *event = &feature_events[i]; in _hb_coretext_shape()