Searched defs:FeatureList (Results 1 – 6 of 6) sorted by relevance
23 typedef ScopedVector<Feature> FeatureList; typedef
241 struct FeatureList : TableBase { struct242 OpenType::UInt16 featureCount;243 struct FeatureRecord {246 } features[1];248 const FeatureTable* feature(uint16_t index, OpenType::Tag tag, const SharedBuffer& buffer) const in feature()258 const FeatureTable* findFeature(OpenType::Tag tag, const SharedBuffer& buffer) const in findFeature()
41 TT_uint16_t FeatureList; member406 struct TFeatureList FeatureList; variable
176 std::vector<Record*> FeatureList = in FeatureKeyValues() local255 const std::vector<Record*> &FeatureList = in CPUKeyValues() local
541 typedef RecordListOf<Feature> FeatureList; typedef