Home | History | Annotate | Download | only in src

Lines Matching refs:featureList

2277   { return (this+featureList).len; }
2279 { return i == Index::NOT_FOUND_INDEX ? HB_TAG_NONE : (this+featureList).get_tag (i); }
2283 { return (this+featureList).get_tags (start_offset, feature_count, feature_tags); }
2285 { return (this+featureList)[i]; }
2287 { return (this+featureList).find_index (tag, index); }
2298 featureList.sanitize (c, this) &&
2307 OffsetTo<FeatureList>
2308 featureList; /* FeatureList table */