/external/chromium_org/chrome/common/extensions/features/ |
H A D | complex_feature.cc | 9 ComplexFeature::ComplexFeature(scoped_ptr<FeatureList> features) { 26 for (FeatureList::const_iterator it = features_.begin() + 1; 48 for (FeatureList::const_iterator it = features_.begin() + 1; 86 for (FeatureList::const_iterator it = features_.begin();
|
H A D | complex_feature.h | 22 typedef ScopedVector<Feature> FeatureList; typedef in class:extensions::ComplexFeature 24 explicit ComplexFeature(scoped_ptr<FeatureList> features); 54 FeatureList features_;
|
H A D | complex_feature_unittest.cc | 36 scoped_ptr<ComplexFeature::FeatureList> features( 37 new ComplexFeature::FeatureList()); 91 scoped_ptr<ComplexFeature::FeatureList> features( 92 new ComplexFeature::FeatureList());
|
H A D | base_feature_provider.cc | 151 scoped_ptr<ComplexFeature::FeatureList> features( 152 new ComplexFeature::FeatureList());
|
/external/harfbuzz/src/ |
H A D | harfbuzz-gpos.h | 71 HB_FeatureList FeatureList; member in struct:HB_GPOSHeader_
|
H A D | harfbuzz-gsub.h | 80 HB_FeatureList FeatureList; member in struct:HB_GSUBHeader_
|
H A D | harfbuzz-dump.c | 171 DEF_DUMP (FeatureList) 175 DUMP_FUINT (FeatureList, FeatureCount); 177 for (i=0; i < FeatureList->FeatureCount; i++) 181 Print_Tag (FeatureList->FeatureRecord[i].FeatureTag, stream); 183 RECURSE_NUM (Feature, i, Feature, &FeatureList->FeatureRecord[i].Feature); 752 RECURSE (FeatureList, FeatureList, &gsub->FeatureList); 765 RECURSE (FeatureList, FeatureList, [all...] |
H A D | harfbuzz-gsub.c | 96 ( error = _HB_OPEN_Load_FeatureList( &gsub->FeatureList, 129 _HB_OPEN_Free_FeatureList( &gsub->FeatureList ); 145 _HB_OPEN_Free_FeatureList( &gsub->FeatureList ); 3835 fl = &gsub->FeatureList; 3976 fl = &gsub->FeatureList; 4221 feature_index >= gsub->FeatureList.FeatureCount || 4222 gsub->FeatureList.ApplyCount == gsub->FeatureList.FeatureCount ) 4225 gsub->FeatureList.ApplyOrder[gsub->FeatureList [all...] |
H A D | harfbuzz-gpos.c | 132 ( error = _HB_OPEN_Load_FeatureList( &gpos->FeatureList, 165 _HB_OPEN_Free_FeatureList( &gpos->FeatureList ); 180 _HB_OPEN_Free_FeatureList( &gpos->FeatureList ); 5586 fl = &gpos->FeatureList; 5727 fl = &gpos->FeatureList; 5964 feature_index >= gpos->FeatureList.FeatureCount || 5965 gpos->FeatureList.ApplyCount == gpos->FeatureList.FeatureCount ) 5968 gpos->FeatureList.ApplyOrder[gpos->FeatureList [all...] |
H A D | harfbuzz-shaper.cpp | 1073 HB_FeatureList featurelist = face->gsub->FeatureList; 1115 HB_FeatureList featurelist = face->gpos->FeatureList;
|
/external/harfbuzz_ng/src/hb-old/ |
H A D | harfbuzz-gpos.h | 71 HB_FeatureList FeatureList; member in struct:HB_GPOSHeader_
|
H A D | harfbuzz-gsub.h | 80 HB_FeatureList FeatureList; member in struct:HB_GSUBHeader_
|
H A D | harfbuzz-gsub.c | 96 ( error = _HB_OPEN_Load_FeatureList( &gsub->FeatureList, 129 _HB_OPEN_Free_FeatureList( &gsub->FeatureList ); 145 _HB_OPEN_Free_FeatureList( &gsub->FeatureList ); 3835 fl = &gsub->FeatureList; 3976 fl = &gsub->FeatureList; 4221 feature_index >= gsub->FeatureList.FeatureCount || 4222 gsub->FeatureList.ApplyCount == gsub->FeatureList.FeatureCount ) 4225 gsub->FeatureList.ApplyOrder[gsub->FeatureList [all...] |
H A D | harfbuzz-gpos.c | 132 ( error = _HB_OPEN_Load_FeatureList( &gpos->FeatureList, 165 _HB_OPEN_Free_FeatureList( &gpos->FeatureList ); 180 _HB_OPEN_Free_FeatureList( &gpos->FeatureList ); 5586 fl = &gpos->FeatureList; 5727 fl = &gpos->FeatureList; 5964 feature_index >= gpos->FeatureList.FeatureCount || 5965 gpos->FeatureList.ApplyCount == gpos->FeatureList.FeatureCount ) 5968 gpos->FeatureList.ApplyOrder[gpos->FeatureList [all...] |
H A D | harfbuzz-shaper.cpp | 717 HB_FeatureList featurelist = face->gsub->FeatureList; 753 HB_FeatureList featurelist = face->gpos->FeatureList;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
H A D | OpenTypeVerticalData.cpp | 243 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/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 176 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/harfbuzz-ng/src/ |
H A D | hb-ot-layout-common-private.hh | 54 * 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
|
H A D | hb-ot-layout-gsubgpos-private.hh | 2285 OffsetTo<FeatureList> 2286 featureList; /* FeatureList table */
|
/external/harfbuzz_ng/src/ |
H A D | hb-ot-layout-common-private.hh | 53 * 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
|
H A D | hb-ot-layout-gsubgpos-private.hh | 2267 OffsetTo<FeatureList> 2268 featureList; /* FeatureList table */
|