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

  /external/chromium_org/extensions/common/features/
complex_feature.h 23 typedef ScopedVector<Feature> FeatureList;
25 explicit ComplexFeature(scoped_ptr<FeatureList> features);
54 FeatureList features_;
complex_feature.cc 9 ComplexFeature::ComplexFeature(scoped_ptr<FeatureList> features) {
17 for (FeatureList::const_iterator it = features_.begin() + 1;
45 for (FeatureList::const_iterator it = features_.begin() + 1;
67 for (FeatureList::const_iterator it = features_.begin() + 1;
80 for (FeatureList::const_iterator it = features_.begin();
90 for (FeatureList::const_iterator it = features_.begin();
complex_feature_unittest.cc 19 scoped_ptr<ComplexFeature::FeatureList> features(
20 new ComplexFeature::FeatureList());
80 scoped_ptr<ComplexFeature::FeatureList> features(
81 new ComplexFeature::FeatureList());
base_feature_provider.cc 86 scoped_ptr<ComplexFeature::FeatureList> features(
87 new ComplexFeature::FeatureList());
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 66 header.FeatureList = gsub[6] << 8 | gsub[7];
70 &gsub[header.FeatureList],
90 if (FeatureList.FeatureRecord[index].FeatureTag == tag[0] || FeatureList.FeatureRecord[index].FeatureTag == tag[1]) {
100 for (int i = 0; i < FeatureList.FeatureCount; i ++) {
101 if (FeatureList.FeatureRecord[i].FeatureTag == tag[0] || FeatureList.FeatureRecord[i].FeatureTag == tag[1]) {
115 if(GetVerticalGlyphSub(glyphnum, vglyphnum, &FeatureList.FeatureRecord[value].Feature)) {
204 FT_Bytes featurelist,
208 ParseFeatureList(featurelist, &FeatureList);
    [all...]
ttgsubtable.h 41 TT_uint16_t FeatureList;
347 FT_Bytes featurelist,
406 struct TFeatureList FeatureList;
  /external/fonttools/Lib/fontTools/
merge.py 388 otTables.FeatureList.mergeMap = {
454 featureMap = dict((id(v),v) for v in table.table.FeatureList.FeatureRecord)
475 table.table.FeatureList.FeatureRecord.append(synthFeature)
476 table.table.FeatureList.FeatureCount += 1
596 @_add_method(otTables.FeatureList)
811 if t.table.FeatureList:
812 # XXX Handle present FeatureList but absent LookupList
813 t.table.FeatureList.mapLookups(lookupMap)
815 if t.table.FeatureList and t.table.ScriptList:
816 featureMap = dict((i,id(v)) for i,v in enumerate(t.table.FeatureList.FeatureRecord)
    [all...]
subset.py 898 @_add_method(otTables.FeatureList)
911 @_add_method(otTables.FeatureList)
917 @_add_method(otTables.FeatureList)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 241 struct FeatureList : TableBase {
274 const FeatureTable* feature(OpenType::Tag featureTag, const FeatureList* features, const SharedBuffer& buffer) const
356 const FeatureList* featureList(const SharedBuffer& buffer) const { return validateOffset<FeatureList>(buffer, featureListOffset); }
370 const FeatureList* features = featureList(buffer);
  /art/compiler/
common_compiler_test.cc 121 typedef std::vector<std::string> FeatureList;
122 FeatureList features;
124 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
  /external/chromium_org/chrome/common/extensions/features/
chrome_channel_feature_filter_unittest.cc 231 scoped_ptr<ComplexFeature::FeatureList> features(
232 new ComplexFeature::FeatureList());
  /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...]
  /art/dex2oat/
dex2oat.cc 735 typedef std::vector<std::string> FeatureList;
736 FeatureList features;
738 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
212 IndexArray featureIndex; /* Array of indices into the FeatureList */
269 * beginning of the FeatureList table! Now, that is dealt with in the
291 * offset from the beginning of the FeatureList table, rather than from the
495 * FeatureParams subtable from the beginning of the FeatureList table!
541 typedef RecordListOf<Feature> FeatureList;
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
212 IndexArray featureIndex; /* Array of indices into the FeatureList */
269 * beginning of the FeatureList table! Now, that is dealt with in the
291 * offset from the beginning of the FeatureList table, rather than from the
495 * FeatureParams subtable from the beginning of the FeatureList table!
541 typedef RecordListOf<Feature> FeatureList;
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]

Completed in 509 milliseconds