Searched refs:sharedTuples (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_v_a_r.py | 54 sharedTuples = tv.compileSharedTuples( 56 sharedTupleIndices = {coord:i for i, coord in enumerate(sharedTuples)} 57 sharedTupleSize = sum([len(c) for c in sharedTuples]) 72 header["sharedTupleCount"] = len(sharedTuples) 80 result.extend(sharedTuples) 220 def decompileGlyph_(pointCount, sharedTuples, axisTags, data): argument 227 sharedTuples, data, 4, offsetToData)
|
D | TupleVariation.py | 543 tupleVariationCount, pointCount, sharedTuples, argument 558 pointCount, sharedTuples, sharedPoints, 565 def decompileTupleVariation_(pointCount, sharedTuples, sharedPoints, argument 571 peak = sharedTuples[flags & TUPLE_INDEX_MASK]
|
D | _c_v_a_r.py | 62 pointCount=len(ttFont["cvt "].values), sharedTuples=None,
|
/external/fonttools/Tests/ttLib/tables/ |
D | TupleVariation_test.py | 581 sharedTuples = decompileSharedTuples( 584 self.assertEqual(sharedTuples, SKIA_GVAR_SHARED_TUPLES) 623 sharedTuples={}, data=(tuples + data), 641 sharedTuples={}, data=(tuples + data), 649 sharedTuples=SKIA_GVAR_SHARED_TUPLES, 662 sharedTuples=[],
|