Searched defs:FeatureList (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/extensions/features/
H A Dcomplex_feature.h22 typedef ScopedVector<Feature> FeatureList; typedef in class:extensions::ComplexFeature
24 explicit ComplexFeature(scoped_ptr<FeatureList> features);
53 FeatureList features_;
/external/harfbuzz/src/
H A Dharfbuzz-gpos.h71 HB_FeatureList FeatureList; member in struct:HB_GPOSHeader_
H A Dharfbuzz-gsub.h80 HB_FeatureList FeatureList; member in struct:HB_GSUBHeader_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.h71 HB_FeatureList FeatureList; member in struct:HB_GPOSHeader_
H A Dharfbuzz-gsub.h80 HB_FeatureList FeatureList; member in struct:HB_GSUBHeader_
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh53 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
210 IndexArray featureIndex; /* Array of indices into the FeatureList */
267 * beginning of the FeatureList table! Now, that is dealt with in the
289 * offset from the beginning of the FeatureList table, rather than from the
492 * FeatureParams subtable from the beginning of the FeatureList table!
538 typedef RecordListOf<Feature> FeatureList; typedef in namespace:OT
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp176 std::vector<Record*> FeatureList = local
179 if (FeatureList.empty())
182 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName());
191 for (unsigned i = 0, N = FeatureList.size(); i < N; ++i) {
193 Record *Feature = FeatureList[i];
255 const std::vector<Record*> &FeatureList = local
263 if (FeatureList.empty()) {
266 for (unsigned j = 0, M = FeatureList.size(); j < M;) {
267 OS << Target << "::" << FeatureList[
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
H A DOpenTypeVerticalData.cpp243 struct FeatureList : TableBase { struct in namespace:WebCore::OpenType
276 const FeatureTable* feature(OpenType::Tag featureTag, const FeatureList* features, const SharedBuffer& buffer) const
358 const FeatureList* featureList(const SharedBuffer& buffer) const { return validateOffset<FeatureList>(buffer, featureListOffset); }
372 const FeatureList* features = featureList(buffer);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh53 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
211 IndexArray featureIndex; /* Array of indices into the FeatureList */
268 * beginning of the FeatureList table! Now, that is dealt with in the
290 * offset from the beginning of the FeatureList table, rather than from the
493 * FeatureParams subtable from the beginning of the FeatureList table!
539 typedef RecordListOf<Feature> FeatureList; typedef in namespace:OT

Completed in 258 milliseconds