Home
last modified time | relevance | path

Searched refs:FeatureList (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp64 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()
Dttgsubtable.h43 uint16_t FeatureList; member
352 struct TFeatureList FeatureList; variable
/external/fonttools/Lib/fontTools/
Dmerge.py388 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 …]
Dsubset.py898 @_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/
DGSUBWriter.java19 private FeatureList featureList;
23 public GSUBWriter(String theScriptName, ScriptList theScriptList, FeatureList theFeatureList, in GSUBWriter()
DFeatureList.java14 public class FeatureList class
20 public FeatureList() in FeatureList() method in FeatureList
DCanonGSUBBuilder.java206 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/
Dotvgsub.c555 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()
Dotvgpos.c989 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/
DSubtargetEmitter.cpp154 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/
DOWNERS30 # For FeatureList API:
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1914 const char *FeatureList = in checkTargetFeatures() local
1917 if (!FeatureList || StringRef(FeatureList) == "") in checkTargetFeatures()
1919 StringRef(FeatureList).split(ReqFeatures, ","); in checkTargetFeatures()
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh566 typedef RecordListOf<Feature> FeatureList; typedef
Dhb-ot-layout-gsubgpos-private.hh2284 OffsetTo<FeatureList>