Home
last modified time | relevance | path

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.py717 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 Ddecompose-ttf.py29 glyfTable = f["glyf"] variable
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/
H A DttGlyphSet.py286 def _setCoordinates(glyph, coord, glyfTable, *, recalcBounds=True): argument
/aosp_15_r20/external/skia/tools/viewer/
H A DSBIXSlide.cpp235 SkOTTableGlyph* glyfTable = in updateSBIXData() local
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/instancer/
H A D__init__.py1190 def setMacOverlapFlags(glyfTable): argument