/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | TupleVariation.py | 67 def toXML(self, writer, axisTags): argument 130 def compile(self, axisTags, sharedCoordIndices={}, pointData=None): argument 168 def compileCoord(self, axisTags): argument 179 def compileIntermediateCoord(self, axisTags): argument 199 def decompileCoord_(axisTags, data, offset): argument 617 def decompileSharedTuples(axisTags, sharedTupleCount, data, offset): argument 626 axisTags, variations, MAX_NUM_SHARED_COORDS=TUPLE_INDEX_MASK + 1 argument 642 variations, pointCount, axisTags, sharedTupleIndices, useSharedPoints=True argument 710 axisTags, argument 748 pointCount, sharedTuples, sharedPoints, tableTag, axisTags, data, tupleData argument
|
H A D | _g_v_a_r.py | 97 def compileGlyphs_(self, ttFont, axisTags, sharedCoordIndices): argument 258 def compileGlyph_(variations, pointCount, axisTags, sharedCoordIndices): argument 270 def decompileGlyph_(pointCount, sharedTuples, axisTags, data): argument
|
H A D | _f_v_a_r.py | 175 def compile(self, axisTags, includePostScriptName): argument 184 def decompile(self, data, axisTags): argument
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | __init__.py | 136 def _add_avar(font, axes, mappings, axisTags): argument 500 def _add_HVAR(font, masterModel, master_ttfs, axisTags): argument 504 def _add_VVAR(font, masterModel, master_ttfs, axisTags): argument 508 def _add_VHVAR(font, masterModel, master_ttfs, axisTags, tableFields): argument 559 axisTags, argument 662 def _add_MVAR(font, masterModel, master_ttfs, axisTags): argument 740 def _add_BASE(font, masterModel, master_ttfs, axisTags): argument 755 def _merge_OTL(font, model, master_fonts, axisTags): argument 856 def _add_COLR(font, model, master_fonts, axisTags, colr_layer_reuse=True): argument
|
H A D | builder.py | 13 def buildVarRegion(support, axisTags): argument 26 def buildVarRegionList(supports, axisTags): argument
|
H A D | merger.py | 1218 def __init__(self, model, axisTags, font): argument 1329 def __init__(self, model, axisTags, font, allowLayerReuse=True): argument
|
H A D | varStore.py | 25 def __init__(self, axisTags): argument
|
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/ |
H A D | _a_v_a_r_test.py | 85 def makeFont(axisTags): argument
|