Home
last modified time | relevance | path

Searched refs:lookupMap (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/
Dmerge.py702 def mapLookups(self, lookupMap): argument
754 def mapLookups(self, lookupMap): argument
764 ll.LookupListIndex = lookupMap[ll.LookupListIndex]
768 ll.LookupListIndex = lookupMap[ll.LookupListIndex]
774 def mapLookups(self, lookupMap): argument
776 self.ExtSubTable.mapLookups(lookupMap)
781 def mapLookups(self, lookupMap): argument
784 st.mapLookups(lookupMap)
787 def mapLookups(self, lookupMap): argument
790 l.mapLookups(lookupMap)
[all …]
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py150 def parseFeatureList(lines, lookupMap=None, featureMap=None): argument
173 setReference(mapLookup, lookupMap, sym, setitem, theList, i)
630 def parseLookupRecords(items, klassName, lookupMap=None): argument
640 setReference(mapLookup, lookupMap, item[1], setattr, rec, 'LookupListIndex')
700 def parseContext(lines, font, Type, lookupMap=None): argument
712 recs = parseLookupRecords(line[1+c.DataLen:], c.LookupRecord, lookupMap)
743 recs = parseLookupRecords(line[1+c.DataLen:], c.LookupRecord, lookupMap)
772 recs = parseLookupRecords(line[1:], c.LookupRecord, lookupMap)
779 def parseContextSubst(lines, font, lookupMap=None): argument
780 return parseContext(lines, font, "ContextSubst", lookupMap=lookupMap)
[all …]
/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py300 lookupMap = buildSubstitutionLookups(gsub, allSubstitutions)
312 lookupIndices = [lookupMap[subst] for subst in substitutions]
374 lookupMap = {}
376 lookupMap[substitutionMap] = i + firstIndex
382 assert gsub.LookupList.Lookup[lookupMap[subst]] is lookup
383 return lookupMap
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DStringEscapeUtils.java224 private final HashMap<String, String> lookupMap; field in StringEscapeUtils.LookupTranslator
239 lookupMap = new HashMap<>(); in LookupTranslator()
245 this.lookupMap.put(seq[0].toString(), seq[1].toString()); in LookupTranslator()
274 final String result = lookupMap.get(subSeq.toString()); in translate()
/external/mesa3d/bin/
Dperf-annotate-jit.py90 def lookupMap(filename, matchSymbol): function
221 start_address = lookupMap(module, function_name)