Searched refs:exitAnchor (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 1217 return_trace (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base)); in sanitize() 1229 out->exitAnchor.serialize_copy (c, exitAnchor, src_base, dst_base); in copy() 1239 exitAnchor; /* Offset to ExitAnchor table--from member 1272 if (!prev_record.exitAnchor) return_trace (false); in apply() 1279 (this+prev_record.exitAnchor).get_anchor (c, buffer->info[i].codepoint, &exit_x, &exit_y); in apply()
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 822 def __init__(self, glyphclass, entryAnchor, exitAnchor, location=None): argument 825 self.entryAnchor, self.exitAnchor = entryAnchor, exitAnchor 830 self.location, self.glyphclass.glyphSet(), self.entryAnchor, self.exitAnchor 835 exit = self.exitAnchor.asFea() if self.exitAnchor else "<anchor NULL>"
|
D | builder.py | 1296 def add_cursive_pos(self, location, glyphclass, entryAnchor, exitAnchor): argument 1302 makeOpenTypeAnchor(exitAnchor),
|
D | parser.py | 736 exitAnchor = self.parse_anchor_() 739 glyphclass, entryAnchor, exitAnchor, location=location
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 866 def add_attachment(self, location, glyphs, entryAnchor, exitAnchor): argument 880 self.attachments[glyph] = (entryAnchor, exitAnchor) 1706 entryAnchor, exitAnchor = attach[glyph] 1709 rec.ExitAnchor = exitAnchor
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 151 anchor = doc.statements[0].statements[0].exitAnchor 956 self.assertEqual((pos.exitAnchor.x, pos.exitAnchor.y), (2, 3))
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 13250 … OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > OT::EntryExitRecord::exitAnchor --> 13251 …<var-decl name='exitAnchor' type-id='type-id-630' visibility='default' filepath='/tmp/legendre/spa… 24243 … OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > OT::EntryExitRecord::exitAnchor --> 24244 …<var-decl name='exitAnchor' type-id='type-id-630' visibility='default' filepath='/tmp/legendre/spa…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 8779 …<var-decl name='exitAnchor' type-id='type-id-630' visibility='default' filepath='/tmp/legendre/spa… 15812 …<var-decl name='exitAnchor' type-id='type-id-630' visibility='default' filepath='/tmp/legendre/spa…
|