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.cc295 struct feature_event_t { struct
302 const feature_event_t *a = (const feature_event_t *) pa; in cmp() argument
303 const feature_event_t *b = (const feature_event_t *) pb; in cmp()
618 hb_vector_t<feature_event_t> feature_events; in _hb_uniscribe_shape()
626 feature_event_t *event; in _hb_uniscribe_shape()
646 feature_event_t *event = feature_events.push (); in _hb_uniscribe_shape()
657 feature_event_t *event = &feature_events[i]; in _hb_uniscribe_shape()
Dhb-coretext.cc426 struct feature_event_t { struct
432 const feature_event_t *a = (const feature_event_t *) pa; in cmp() argument
433 const feature_event_t *b = (const feature_event_t *) pb; in cmp()
489 hb_vector_t<feature_event_t> feature_events; in _hb_coretext_shape()
501 feature_event_t *event; in _hb_coretext_shape()
521 feature_event_t *event = feature_events.push (); in _hb_coretext_shape()
532 feature_event_t *event = &feature_events[i]; in _hb_coretext_shape()