HomeSort by relevance Sort by last modified time
    Searched refs:FeatureList (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/common/extensions/features/
complex_feature.h 22 typedef ScopedVector<Feature> FeatureList;
24 explicit ComplexFeature(scoped_ptr<FeatureList> features);
53 FeatureList features_;
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;
85 for (FeatureList::const_iterator it = features_.begin();
complex_feature_unittest.cc 36 scoped_ptr<ComplexFeature::FeatureList> features(
37 new ComplexFeature::FeatureList());
89 scoped_ptr<ComplexFeature::FeatureList> features(
90 new ComplexFeature::FeatureList());
base_feature_provider.cc 183 scoped_ptr<ComplexFeature::FeatureList> features(
184 new ComplexFeature::FeatureList());
  /external/harfbuzz/src/
harfbuzz-gpos.h 71 HB_FeatureList FeatureList;
harfbuzz-gsub.h 80 HB_FeatureList FeatureList;
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, &gpos->FeatureList)
    [all...]
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 );
    [all...]
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 );
    [all...]
harfbuzz-shaper.cpp 1073 HB_FeatureList featurelist = face->gsub->FeatureList; local
1115 HB_FeatureList featurelist = face->gpos->FeatureList; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.h 71 HB_FeatureList FeatureList;
harfbuzz-gsub.h 80 HB_FeatureList FeatureList;
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 );
    [all...]
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 );
    [all...]
harfbuzz-shaper.cpp 717 HB_FeatureList featurelist = face->gsub->FeatureList; local
718 int numfeatures = featurelist.FeatureCount;
721 HB_FeatureRecord *r = featurelist.FeatureRecord + i;
753 HB_FeatureList featurelist = face->gpos->FeatureList; local
754 int numfeatures = featurelist.FeatureCount;
757 HB_FeatureRecord *r = featurelist.FeatureRecord + i;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 243 struct FeatureList : TableBase {
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/
SubtargetEmitter.cpp 176 std::vector<Record*> FeatureList =
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 =
263 if (FeatureList.empty()) {
266 for (unsigned j = 0, M = FeatureList.size(); j < M;) {
267 OS << Target << "::" << FeatureList[j]->getName()
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 53 * 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;
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/harfbuzz_ng/src/
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;
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]

Completed in 909 milliseconds