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.cc303 struct feature_event_t { struct
310 const feature_event_t *a = (const feature_event_t *) pa; in cmp() argument
311 const feature_event_t *b = (const feature_event_t *) pb; in cmp()
626 hb_vector_t<feature_event_t> feature_events; in _hb_uniscribe_shape()
634 feature_event_t *event; in _hb_uniscribe_shape()
654 feature_event_t *event = feature_events.push (); in _hb_uniscribe_shape()
665 feature_event_t *event = &feature_events[i]; in _hb_uniscribe_shape()
Dhb-coretext.cc412 struct feature_event_t { struct
418 const feature_event_t *a = (const feature_event_t *) pa; in cmp() argument
419 const feature_event_t *b = (const feature_event_t *) pb; in cmp()
475 hb_vector_t<feature_event_t> feature_events; in _hb_coretext_shape()
487 feature_event_t *event; in _hb_coretext_shape()
507 feature_event_t *event = feature_events.push (); in _hb_coretext_shape()
518 feature_event_t *event = &feature_events[i]; in _hb_coretext_shape()