Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc626 hb_vector_t<feature_event_t> feature_events; in _hb_uniscribe_shape() local
636 event = feature_events.push (); in _hb_uniscribe_shape()
641 event = feature_events.push (); in _hb_uniscribe_shape()
646 feature_events.qsort (); in _hb_uniscribe_shape()
654 feature_event_t *event = feature_events.push (); in _hb_uniscribe_shape()
663 for (unsigned int i = 0; i < feature_events.length; i++) in _hb_uniscribe_shape()
665 feature_event_t *event = &feature_events[i]; in _hb_uniscribe_shape()
Dhb-coretext.cc475 hb_vector_t<feature_event_t> feature_events; in _hb_coretext_shape() local
489 event = feature_events.push (); in _hb_coretext_shape()
494 event = feature_events.push (); in _hb_coretext_shape()
499 feature_events.qsort (); in _hb_coretext_shape()
507 feature_event_t *event = feature_events.push (); in _hb_coretext_shape()
516 for (unsigned int i = 0; i < feature_events.length; i++) in _hb_coretext_shape()
518 feature_event_t *event = &feature_events[i]; in _hb_coretext_shape()