Searched refs:calcIntBounds (Results 1 – 5 of 5) sorted by relevance
/external/fonttools/Tests/misc/ |
D | arrayTools_test.py | 2 calcBounds, calcIntBounds, updateBounds, pointInRect, pointsInRect, 15 assert calcIntBounds( 19 assert calcIntBounds(
|
/external/fonttools/Lib/fontTools/misc/ |
D | arrayTools.py | 26 def calcIntBounds(array, round=otRound): function
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 9 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/ |
D | woff2.py | 8 from fontTools.misc.arrayTools import calcIntBounds 924 calculatedBBox = calcIntBounds(glyph.coordinates)
|
/external/fonttools/ |
D | NEWS.rst | 668 - [arrayTools/glyf] ``calcIntBounds`` (used to compute bounding boxes of glyf
|