Home | History | Annotate | Download | only in src

Lines Matching refs:featureList

2252   { return (this+featureList).len; }
2254 { return i == Index::NOT_FOUND_INDEX ? HB_TAG_NONE : (this+featureList).get_tag (i); }
2258 { return (this+featureList).get_tags (start_offset, feature_count, feature_tags); }
2260 { return (this+featureList)[i]; }
2262 { return (this+featureList).find_index (tag, index); }
2275 featureList.sanitize (c, this) &&
2284 OffsetTo<FeatureList>
2285 featureList; /* FeatureList table */