HomeSort by relevance Sort by last modified time
    Searched full:feature_event_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 193 struct feature_event_t { struct
198 static int cmp (const feature_event_t *a, const feature_event_t *b) {
408 hb_auto_array_t<feature_event_t> feature_events;
424 feature_event_t *event;
448 feature_event_t *event = feature_events.push ();
461 feature_event_t *event = &feature_events[i];
hb-uniscribe.cc 275 struct feature_event_t { struct
280 static int cmp (const feature_event_t *a, const feature_event_t *b) {
610 hb_auto_array_t<feature_event_t> feature_events;
618 feature_event_t *event;
642 feature_event_t *event = feature_events.push ();
655 feature_event_t *event = &feature_events[i];

Completed in 343 milliseconds