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

  /external/harfbuzz_ng/src/
hb-uniscribe.cc 263 struct active_feature_t { struct
267 static int cmp (const active_feature_t *a, const active_feature_t *b) {
273 bool operator== (const active_feature_t *f) {
281 active_feature_t feature;
286 active_feature_t::cmp (&a->feature, &b->feature);
617 active_feature_t feature;
641 active_feature_t feature;
655 hb_auto_array_t<active_feature_t> active_features;
698 active_feature_t *feature = active_features.push ()
    [all...]
hb-coretext.cc 223 struct active_feature_t { struct
227 static int cmp (const active_feature_t *a, const active_feature_t *b) {
233 bool operator== (const active_feature_t *f) {
241 active_feature_t feature;
246 active_feature_t::cmp (&a->feature, &b->feature);
482 active_feature_t feature;
506 active_feature_t feature;
520 hb_auto_array_t<active_feature_t> active_features;
589 active_feature_t *feature = active_features.push ()
    [all...]

Completed in 2809 milliseconds