Searched refs:sharedCoordIndices (Results 1 – 3 of 3) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_v_a_r.py | 81 def compileGlyphs_(self, ttFont, axisTags, sharedCoordIndices): argument 88 axisTags, sharedCoordIndices)) 212 def compileGlyph_(variations, pointCount, axisTags, sharedCoordIndices): argument 214 variations, pointCount, axisTags, sharedCoordIndices)
|
D | TupleVariation.py | 129 def compile(self, axisTags, sharedCoordIndices, sharedPoints): argument 135 if coord in sharedCoordIndices: 136 flags = sharedCoordIndices[coord]
|
/external/fonttools/Tests/ttLib/tables/ |
D | TupleVariation_test.py | 296 sharedCoordIndices={}, sharedPoints={0, 1, 2}) 309 sharedCoordIndices={}, sharedPoints={0, 1, 2}) 321 sharedCoordIndices={}, 336 axisTags=["wght", "wdth"], sharedCoordIndices={}, sharedPoints=None) 350 axisTags=["wght", "wdth"], sharedCoordIndices={}, sharedPoints=None) 364 sharedCoordIndices={}, sharedPoints=None) 381 sharedCoordIndices={}, sharedPoints=None)
|