OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calcBounds
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/misc/
arrayTools.py
11
def
calcBounds
(array):
25
xMin, yMin, xMax, yMax =
calcBounds
(array)
130
>>>
calcBounds
([])
132
>>>
calcBounds
([(0, 40), (0, 100), (50, 50), (80, 10)])
bezierTools.py
19
from fontTools.misc.arrayTools import
calcBounds
42
return
calcBounds
(points)
67
return
calcBounds
(points)
/external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py
9
from fontTools.misc.arrayTools import
calcBounds
, calcIntBounds, pointInRect
586
bbox =
calcBounds
([coords[last], coords[next]])
Completed in 255 milliseconds