Home
last modified time | relevance | path

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

/external/fonttools/Tests/ttLib/tables/
DTupleVariation_test.py259 sharedCoordIndices={}, sharedPoints={0, 1, 2})
272 sharedCoordIndices={}, sharedPoints={0, 1, 2})
284 sharedCoordIndices={},
299 axisTags=["wght", "wdth"], sharedCoordIndices={}, sharedPoints=None)
313 axisTags=["wght", "wdth"], sharedCoordIndices={}, sharedPoints=None)
327 sharedCoordIndices={}, sharedPoints=None)
344 sharedCoordIndices={}, sharedPoints=None)
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_v_a_r.py84 def compileGlyphs_(self, ttFont, axisTags, sharedCoordIndices): argument
91 axisTags, sharedCoordIndices))
208 def compileGlyph_(variations, pointCount, axisTags, sharedCoordIndices): argument
210 variations, pointCount, axisTags, sharedCoordIndices)
DTupleVariation.py126 def compile(self, axisTags, sharedCoordIndices, sharedPoints): argument
132 if coord in sharedCoordIndices:
133 flags = sharedCoordIndices[coord]