Searched defs:glyfTable (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | _g_l_y_f.py | 717 def compact(self, glyfTable, recalcBBoxes=True): argument 722 def expand(self, glyfTable): argument 745 def compile(self, glyfTable, recalcBBoxes=True, *, boundsDone=None): argument 862 def getCompositeMaxpValues(self, glyfTable, maxComponentDepth=1): argument 886 def decompileComponents(self, data, glyfTable): argument 907 def decompileVarComponents(self, data, glyfTable): argument 1014 def compileComponents(self, glyfTable): argument 1030 def compileVarComponents(self, glyfTable): argument 1167 def recalcBounds(self, glyfTable, *, boundsDone=None): argument 1185 def tryRecalcBoundsComposite(self, glyfTable, *, boundsDone=None): argument [all …]
|
/aosp_15_r20/external/fonttools/Snippets/ |
H A D | decompose-ttf.py | 29 glyfTable = f["glyf"] variable
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/ |
H A D | ttGlyphSet.py | 286 def _setCoordinates(glyph, coord, glyfTable, *, recalcBounds=True): argument
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | SBIXSlide.cpp | 235 SkOTTableGlyph* glyfTable = in updateSBIXData() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/instancer/ |
H A D | __init__.py | 1190 def setMacOverlapFlags(glyfTable): argument
|