Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc628 hb_auto_array_t<feature_event_t> feature_events; in _hb_uniscribe_shape() local
638 event = feature_events.push (); in _hb_uniscribe_shape()
645 event = feature_events.push (); in _hb_uniscribe_shape()
652 feature_events.qsort (); in _hb_uniscribe_shape()
660 feature_event_t *event = feature_events.push (); in _hb_uniscribe_shape()
671 for (unsigned int i = 0; i < feature_events.len; i++) in _hb_uniscribe_shape()
673 feature_event_t *event = &feature_events[i]; in _hb_uniscribe_shape()
Dhb-coretext.cc574 hb_auto_array_t<feature_event_t> feature_events; in _hb_coretext_shape() local
592 event = feature_events.push (); in _hb_coretext_shape()
599 event = feature_events.push (); in _hb_coretext_shape()
606 feature_events.qsort (); in _hb_coretext_shape()
614 feature_event_t *event = feature_events.push (); in _hb_coretext_shape()
625 for (unsigned int i = 0; i < feature_events.len; i++) in _hb_coretext_shape()
627 feature_event_t *event = &feature_events[i]; in _hb_coretext_shape()