Searched refs:sharedPoints (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Tests/ttLib/tables/ |
D | TupleVariation_test.py | 198 sharedPoints={0,1,2}) 213 sharedPoints={0,1,2}) 228 sharedPoints=None) 244 sharedPeakIndices, sharedPoints=None) 259 sharedCoordIndices={}, sharedPoints={0, 1, 2}) 272 sharedCoordIndices={}, sharedPoints={0, 1, 2}) 285 sharedPoints={0, 1, 2}) 299 axisTags=["wght", "wdth"], sharedCoordIndices={}, sharedPoints=None) 313 axisTags=["wght", "wdth"], sharedCoordIndices={}, sharedPoints=None) 327 sharedCoordIndices={}, sharedPoints=None) [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | TupleVariation.py | 126 def compile(self, axisTags, sharedCoordIndices, sharedPoints): argument 144 if sharedPoints == points: 146 auxData = self.compileDeltas(sharedPoints) 520 axisTags, sharedTupleIndices, sharedPoints=None) 522 axisTags, sharedTupleIndices, sharedPoints=usedPoints) 548 sharedPoints, dataPos = TupleVariation.decompilePoints_( 551 sharedPoints = [] 558 pointCount, sharedTuples, sharedPoints, 565 def decompileTupleVariation_(pointCount, sharedTuples, sharedPoints, argument 589 points = sharedPoints
|