Home
last modified time | relevance | path

Searched refs:calcIntBounds (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Tests/misc/
DarrayTools_test.py4 calcBounds, calcIntBounds, updateBounds, pointInRect, pointsInRect,
17 assert calcIntBounds(
/external/fonttools/Lib/fontTools/misc/
DarrayTools.py23 def calcIntBounds(array): function
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py8 from fontTools.misc.arrayTools import calcIntBounds
860 calculatedBBox = calcIntBounds(glyph.coordinates)
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py10 from fontTools.misc.arrayTools import calcBounds, calcIntBounds, pointInRect
816 self.xMin, self.yMin, self.xMax, self.yMax = calcIntBounds(onCurveCoords)
818 self.xMin, self.yMin, self.xMax, self.yMax = calcIntBounds(coords)