Home
last modified time | relevance | path

Searched refs:computeClipBoxes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/fonttools/Tests/ttLib/tables/
H A DC_O_L_R_test.py637 font["COLR"].table.computeClipBoxes(font.getGlyphSet(), quantization)
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py1258 def computeClipBoxes(self, glyphSet: "_TTGlyphSet", quantization: int = 1): member in COLR