Home
last modified time | relevance | path

Searched refs:forceChain (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/feaLib/
Dast.py1052 def __init__(self, prefix, glyphs, suffix, replacement, forceChain, location=None): argument
1055 self.replacement, self.forceChain = replacement, forceChain
1062 self.location, prefix, glyphs, suffix, self.replacement, self.forceChain
1067 if len(self.prefix) or len(self.suffix) or self.forceChain:
1250 self, prefix, glyph, suffix, replacement, forceChain=False, location=None argument
1255 self.forceChain = forceChain
1262 self.location, prefix, self.glyph, suffix, self.replacement, self.forceChain
1267 if len(self.prefix) or len(self.suffix) or self.forceChain:
1408 def __init__(self, glyphs, replace, prefix, suffix, forceChain, location=None): argument
1411 self.forceChain = forceChain
[all …]
Dbuilder.py1211 self, location, prefix, glyphs, suffix, replacement, forceChain argument
1213 if prefix or suffix or forceChain:
1229 self, location, prefix, glyph, suffix, replacements, forceChain=False argument
1231 if prefix or suffix or forceChain:
1257 def add_single_subst(self, location, prefix, suffix, mapping, forceChain): argument
1263 if prefix or suffix or forceChain:
1367 def add_single_pos(self, location, prefix, suffix, pos, forceChain): argument
1368 if prefix or suffix or forceChain:
Dparser.py722 forceChain=hasMarks,
868 old, new, old_prefix, old_suffix, forceChain=hasMarks, location=location
888 forceChain=hasMarks,
906 forceChain=hasMarks,
1907 has_single = not any([s.prefix, s.suffix, s.forceChain])
1909 has_multiple = not any([s.prefix, s.suffix, s.forceChain])
1927 s.forceChain,