/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.cpp | 64 header.FeatureList = gsub[6] << 8 | gsub[7]; in LoadGSUBTable() 66 return Parse(&gsub[header.ScriptList], &gsub[header.FeatureList], in LoadGSUBTable() 89 if (FeatureList.FeatureRecord[index].FeatureTag == tag[0] || in GetVerticalGlyph() 90 FeatureList.FeatureRecord[index].FeatureTag == tag[1]) { in GetVerticalGlyph() 99 for (int i = 0; i < FeatureList.FeatureCount; i++) { in GetVerticalGlyph() 100 if (FeatureList.FeatureRecord[i].FeatureTag == tag[0] || in GetVerticalGlyph() 101 FeatureList.FeatureRecord[i].FeatureTag == tag[1]) { in GetVerticalGlyph() 110 &FeatureList.FeatureRecord[pair.second].Feature)) { in GetVerticalGlyph() 195 ParseFeatureList(featurelist, &FeatureList); in Parse()
|
D | ttgsubtable.h | 43 uint16_t FeatureList; member 352 struct TFeatureList FeatureList; variable
|
/external/fonttools/Lib/fontTools/ |
D | 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: 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)) 836 if t.table.FeatureList: [all …]
|
D | subset.py | 898 @_add_method(otTables.FeatureList) 911 @_add_method(otTables.FeatureList) 917 @_add_method(otTables.FeatureList) 982 if self.table.FeatureList: 983 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices) 1016 if self.table.FeatureList: 1017 feature_indices = self.table.FeatureList.subset_lookups(lookup_indices) 1031 if self.table.FeatureList: 1032 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices) 1044 if self.table.FeatureList: [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | GSUBWriter.java | 19 private FeatureList featureList; 23 public GSUBWriter(String theScriptName, ScriptList theScriptList, FeatureList theFeatureList, in GSUBWriter()
|
D | FeatureList.java | 14 public class FeatureList class 20 public FeatureList() in FeatureList() method in FeatureList
|
D | CanonGSUBBuilder.java | 206 private static void buildArabicTables(ScriptList scriptList, FeatureList featureList, in buildArabicTables() 466 FeatureList featureList = new FeatureList(); in buildDecompTables()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/ |
D | otvgsub.c | 555 FT_UInt ScriptList, FeatureList, LookupList; in otv_GSUB_validate() local 569 FeatureList = FT_NEXT_USHORT( p ); in otv_GSUB_validate() 578 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GSUB_validate() 580 otv_ScriptList_validate( table + ScriptList, table + FeatureList, in otv_GSUB_validate()
|
D | otvgpos.c | 989 FT_UInt ScriptList, FeatureList, LookupList; in otv_GPOS_validate() local 1003 FeatureList = FT_NEXT_USHORT( p ); in otv_GPOS_validate() 1012 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GPOS_validate() 1014 otv_ScriptList_validate( table + ScriptList, table + FeatureList, in otv_GPOS_validate()
|
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 154 std::vector<Record*> FeatureList = in FeatureKeyValues() local 157 if (FeatureList.empty()) in FeatureKeyValues() 160 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName()); in FeatureKeyValues() 169 for (unsigned i = 0, N = FeatureList.size(); i < N; ++i) { in FeatureKeyValues() 171 Record *Feature = FeatureList[i]; in FeatureKeyValues() 235 const std::vector<Record*> &FeatureList = in CPUKeyValues() local 243 if (FeatureList.empty()) { in CPUKeyValues() 247 for (unsigned j = 0, M = FeatureList.size(); j < M;) { in CPUKeyValues() 248 OS << Target << "::" << FeatureList[j]->getName(); in CPUKeyValues()
|
/external/libchrome/base/ |
D | OWNERS | 30 # For FeatureList API:
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1914 const char *FeatureList = in checkTargetFeatures() local 1917 if (!FeatureList || StringRef(FeatureList) == "") in checkTargetFeatures() 1919 StringRef(FeatureList).split(ReqFeatures, ","); in checkTargetFeatures()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common-private.hh | 566 typedef RecordListOf<Feature> FeatureList; typedef
|
D | hb-ot-layout-gsubgpos-private.hh | 2284 OffsetTo<FeatureList>
|