Home
last modified time | relevance | path

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

/external/fonttools/Tests/otlLib/
Dbuilder_test.py185 rec = builder.buildComponentRecord([a(500, -20), None, a(300, -15)])
201 assert builder.buildComponentRecord([]) is None
204 assert builder.buildComponentRecord(None) is None
/external/fonttools/Doc/source/otlLib/
Dindex.rst44 …dValue, buildAnchor, buildMarkArray, buildDevice, buildBaseArray, buildComponentRecord, buildMarkA…
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py1652 def buildComponentRecord(anchors): function
1799 self.ComponentRecord = [buildComponentRecord(c) for c in components]