Home | History | Annotate | Download | only in src

Lines Matching refs:featureList

2667   { return (this+featureList).len; }
2669 { return i == Index::NOT_FOUND_INDEX ? HB_TAG_NONE : (this+featureList).get_tag (i); }
2673 { return (this+featureList).get_tags (start_offset, feature_count, feature_tags); }
2675 { return (this+featureList)[i]; }
2677 { return (this+featureList).find_index (tag, index); }
2710 out->featureList.serialize_subset (c, this+featureList, out);
2739 featureList.sanitize (c, this) &&
2784 OffsetTo<FeatureList>
2785 featureList; /* FeatureList table */