Home
last modified time | relevance | path

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

/external/fonttools/Tests/misc/
DarrayTools_test.py2 calcBounds, calcIntBounds, updateBounds, pointInRect, pointsInRect,
15 assert calcIntBounds(
19 assert calcIntBounds(
/external/fonttools/Lib/fontTools/misc/
DarrayTools.py26 def calcIntBounds(array, round=otRound): function
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py9 from fontTools.misc.arrayTools import calcBounds, calcIntBounds, pointInRect
985 self.xMin, self.yMin, self.xMax, self.yMax = calcIntBounds(onCurveCoords)
987 self.xMin, self.yMin, self.xMax, self.yMax = calcIntBounds(coords)
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py8 from fontTools.misc.arrayTools import calcIntBounds
924 calculatedBBox = calcIntBounds(glyph.coordinates)
/external/fonttools/
DNEWS.rst668 - [arrayTools/glyf] ``calcIntBounds`` (used to compute bounding boxes of glyf