Searched refs:active_features (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-uniscribe.cc649 hb_auto_array_t<active_feature_t> active_features; local
664 active_features.qsort ();
665 for (unsigned int j = 0; j < active_features.len; j++)
667 if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature)
672 *feature = active_features[j].rec;
677 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter;
692 active_feature_t *feature = active_features.push ();
697 active_feature_t *feature = active_features.find (&event->feature);
699 active_features.remove (feature - active_features
[all...]
H A Dhb-coretext.cc509 hb_auto_array_t<active_feature_t> active_features; local
522 if (active_features.len)
527 /* active_features.qsort (); */
528 for (unsigned int j = 0; j < active_features.len; j++)
535 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.feature),
536 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.setting)
578 active_feature_t *feature = active_features.push ();
583 active_feature_t *feature = active_features.find (&event->feature);
585 active_features.remove (feature - active_features
[all...]
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc648 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
[all...]
H A Dhb-coretext.cc497 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
[all...]

Completed in 109 milliseconds