HomeSort by relevance Sort by last modified time
    Searched refs:active_features (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 651 hb_auto_array_t<active_feature_t> active_features; local
666 active_features.sort ();
667 for (unsigned int j = 0; j < active_features.len; j++)
669 if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature)
674 *feature = active_features[j].rec;
679 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter;
694 active_feature_t *feature = active_features.push ();
699 active_feature_t *feature = active_features.find (&event->feature);
701 active_features.remove (feature - active_features.array)
    [all...]
hb-coretext.cc 497 hb_auto_array_t<active_feature_t> active_features; local
512 if (active_features.len)
517 /* active_features.sort (); */
518 for (unsigned int j = 0; j < active_features.len; j++)
525 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.feature),
526 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.setting)
569 active_feature_t *feature = active_features.push ();
574 active_feature_t *feature = active_features.find (&event->feature);
576 active_features.remove (feature - active_features.array)
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 648 hb_auto_array_t<active_feature_t> active_features; local
663 active_features.qsort ();
664 for (unsigned int j = 0; j < active_features.len; j++)
666 if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature)
671 *feature = active_features[j].rec;
676 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter;
691 active_feature_t *feature = active_features.push ();
696 active_feature_t *feature = active_features.find (&event->feature);
698 active_features.remove (feature - active_features.array)
    [all...]
hb-coretext.cc 497 hb_auto_array_t<active_feature_t> active_features; local
510 if (active_features.len)
515 /* active_features.qsort (); */
516 for (unsigned int j = 0; j < active_features.len; j++)
523 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.feature),
524 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.setting)
567 active_feature_t *feature = active_features.push ();
572 active_feature_t *feature = active_features.find (&event->feature);
574 active_features.remove (feature - active_features.array)
    [all...]

Completed in 1226 milliseconds