Home
last modified time | relevance | path

Searched refs:exitAnchor (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/feaLib/
Dast.py596 def __init__(self, glyphclass, entryAnchor, exitAnchor, location=None): argument
599 self.entryAnchor, self.exitAnchor = entryAnchor, exitAnchor
603 self.location, self.glyphclass.glyphSet(), self.entryAnchor, self.exitAnchor)
607 exit = self.exitAnchor.asFea() if self.exitAnchor else "<anchor NULL>"
Dbuilder.py930 def add_cursive_pos(self, location, glyphclass, entryAnchor, exitAnchor): argument
935 makeOpenTypeAnchor(exitAnchor))
1360 def add_attachment(self, location, glyphs, entryAnchor, exitAnchor): argument
1362 self.attachments[glyph] = (entryAnchor, exitAnchor)
Dparser.py635 exitAnchor = self.parse_anchor_()
638 glyphclass, entryAnchor, exitAnchor, location=location)
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh949 return_trace (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base)); in sanitize()
958 exitAnchor; /* Offset to ExitAnchor table--from member
994 if (!prev_record.exitAnchor) return_trace (false); in apply()
1001 (this+prev_record.exitAnchor).get_anchor (c, buffer->info[i].codepoint, &exit_x, &exit_y); in apply()
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py163 entryAnchor, exitAnchor = attach[glyph]
166 rec.ExitAnchor = exitAnchor
/external/fonttools/Tests/feaLib/
Dparser_test.py144 anchor = doc.statements[0].statements[0].exitAnchor
906 self.assertEqual((pos.exitAnchor.x, pos.exitAnchor.y), (2, 3))