Lines Matching refs:location
123 def __init__(self, location=None): argument
124 self.location = location
145 def __init__(self, text, location=None): argument
146 super(Comment, self).__init__(location)
155 def __init__(self, glyph, location=None): argument
156 Expression.__init__(self, location)
168 def __init__(self, glyphs=None, location=None): argument
169 Expression.__init__(self, location)
216 def __init__(self, glyphclass, location=None): argument
217 Expression.__init__(self, location)
230 def __init__(self, markClass, location=None): argument
231 Expression.__init__(self, location)
243 def __init__(self, tag, content, location=None): argument
244 Statement.__init__(self, location)
255 def __init__(self, location=None): argument
256 Statement.__init__(self, location)
271 Block.__init__(self, location=None)
279 def __init__(self, name, use_extension=False, location=None): argument
280 Block.__init__(self, location)
285 builder.start_feature(self.location, self.name)
307 def __init__(self, tag, block_name, location=None): argument
308 Block.__init__(self, location)
325 def __init__(self, name, use_extension=False, location=None): argument
326 Block.__init__(self, location)
331 builder.start_lookup_block(self.location, self.name)
346 def __init__(self, name, location=None): argument
347 Block.__init__(self, location)
359 def __init__(self, name, glyphs, location=None): argument
360 Statement.__init__(self, location)
374 componentGlyphs, location=None): argument
375 Statement.__init__(self, location)
387 builder.add_glyphClassDef(self.location, base, liga, mark, comp)
414 otherLoc = self.glyphs[glyph].location
422 definition.location)
434 def __init__(self, markClass, anchor, glyphs, location=None): argument
435 Statement.__init__(self, location)
450 def __init__(self, prefix, glyph, suffix, replacement, location=None): argument
451 Statement.__init__(self, location)
462 builder.add_alternate_subst(self.location, prefix, glyph, suffix,
483 xDeviceTable=None, yDeviceTable=None, location=None): argument
484 Expression.__init__(self, location)
505 def __init__(self, name, x, y, contourpoint=None, location=None): argument
506 Statement.__init__(self, location)
518 def __init__(self, glyphs, contourPoints, location=None): argument
519 Statement.__init__(self, location)
524 builder.add_attach_points(self.location, glyphs, self.contourPoints)
532 def __init__(self, prefix, glyphs, suffix, lookups, location=None): argument
533 Statement.__init__(self, location)
542 self.location, prefix, glyphs, suffix, self.lookups)
564 def __init__(self, prefix, glyphs, suffix, lookups, location=None): argument
565 Statement.__init__(self, location)
574 self.location, prefix, glyphs, suffix, self.lookups)
596 def __init__(self, glyphclass, entryAnchor, exitAnchor, location=None): argument
597 Statement.__init__(self, location)
603 self.location, self.glyphclass.glyphSet(), self.entryAnchor, self.exitAnchor)
613 def __init__(self, featureName, location=None): argument
614 Statement.__init__(self, location)
615 self.location, self.featureName = (location, featureName)
618 builder.add_feature_reference(self.location, self.featureName)
625 def __init__(self, chainContexts, location=None): argument
626 Statement.__init__(self, location)
635 self.location, prefix, glyphs, suffix, [])
654 def __init__(self, chainContexts, location=None): argument
655 Statement.__init__(self, location)
664 self.location, prefix, glyphs, suffix, [])
683 def __init__(self, filename, location=None): argument
684 super(IncludeStatement, self).__init__(location)
692 self.location)
700 location=None): argument
701 Statement.__init__(self, location)
708 builder.set_language(location=self.location, language=self.language,
723 def __init__(self, script, language, location=None): argument
724 Statement.__init__(self, location)
728 builder.add_language_system(self.location, self.script, self.language)
735 def __init__(self, revision, location=None): argument
736 Statement.__init__(self, location)
740 builder.set_font_revision(self.location, self.revision)
747 def __init__(self, glyphs, carets, location=None): argument
748 Statement.__init__(self, location)
753 builder.add_ligatureCaretByIndex_(self.location, glyphs, set(self.carets))
761 def __init__(self, glyphs, carets, location=None): argument
762 Statement.__init__(self, location)
767 builder.add_ligatureCaretByPos_(self.location, glyphs, set(self.carets))
776 forceChain, location=None): argument
777 Statement.__init__(self, location)
786 self.location, prefix, glyphs, suffix, self.replacement,
807 location=None): argument
808 Statement.__init__(self, location)
820 builder.set_lookup_flag(self.location, self.value,
841 def __init__(self, lookup, location=None): argument
842 Statement.__init__(self, location)
843 self.location, self.lookup = (location, lookup)
853 def __init__(self, base, marks, location=None): argument
854 Statement.__init__(self, location)
858 builder.add_mark_base_pos(self.location, self.base.glyphSet(), self.marks)
869 def __init__(self, ligatures, marks, location=None): argument
870 Statement.__init__(self, location)
874 builder.add_mark_lig_pos(self.location, self.ligatures.glyphSet(), self.marks)
893 def __init__(self, baseMarks, marks, location=None): argument
894 Statement.__init__(self, location)
898 builder.add_mark_mark_pos(self.location, self.baseMarks.glyphSet(), self.marks)
910 self, prefix, glyph, suffix, replacement, forceChain=False, location=None argument
912 Statement.__init__(self, location)
921 self.location, prefix, self.glyph, suffix, self.replacement,
942 enumerated=False, location=None): argument
943 Statement.__init__(self, location)
953 self.location, glyph1, self.valuerecord1,
961 self.location, self.glyphs1.glyph, self.valuerecord1,
965 self.location, self.glyphs1.glyphSet(), self.valuerecord1,
983 location=None): argument
984 Statement.__init__(self, location)
997 self.location, prefix, suffix, dict(zip(originals, replaces)))
1015 location=None): argument
1016 Statement.__init__(self, location)
1029 builder.add_single_subst(self.location, prefix, suffix,
1048 def __init__(self, script, location=None): argument
1049 Statement.__init__(self, location)
1053 builder.set_script(self.location, self.script)
1060 def __init__(self, pos, prefix, suffix, forceChain, location=None): argument
1061 Statement.__init__(self, location)
1069 builder.add_single_pos(self.location, prefix, suffix,
1089 def __init__(self, location=None): argument
1090 Statement.__init__(self, location)
1093 builder.add_subtable_break(self.location)
1104 vertical=False, location=None): argument
1105 Expression.__init__(self, location)
1176 def __init__(self, name, value, location=None): argument
1177 Statement.__init__(self, location)
1196 location=None): argument
1197 Statement.__init__(self, location)
1206 self.location, self.nameID, self.platformID,
1218 raise FeatureLibError("Unsupported encoding", self.location)
1251 location=None): argument
1252 Statement.__init__(self, location)
1259 builder.set_size_parameters(self.location, self.DesignSize,
1271 block_name, location=None): argument
1273 string, location=location)
1299 def __init__(self, character, tag, location=None): argument
1300 Statement.__init__(self, location)
1312 def __init__(self, bases, scripts, vertical, location=None): argument
1313 Statement.__init__(self, location)
1329 def __init__(self, key, value, location=None): argument
1330 Statement.__init__(self, location)
1354 def __init__(self, key, value, location=None): argument
1355 Statement.__init__(self, location)
1369 def __init__(self, key, value, location=None): argument
1370 Statement.__init__(self, location)