Home
last modified time | relevance | path

Searched defs:axisTags (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DTupleVariation.py67 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.py97 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.py175 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__.py136 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 Dbuilder.py13 def buildVarRegion(support, axisTags): argument
26 def buildVarRegionList(supports, axisTags): argument
H A Dmerger.py1218 def __init__(self, model, axisTags, font): argument
1329 def __init__(self, model, axisTags, font, allowLayerReuse=True): argument
H A DvarStore.py25 def __init__(self, axisTags): argument
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/
H A D_a_v_a_r_test.py85 def makeFont(axisTags): argument