Searched refs:splitLine (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py10 "splitLine",
70 def splitLine(pt1, pt2, where, isHorizontal): function
77 >>> printSegments(splitLine((0, 0), (100, 100), 50, True))
80 >>> printSegments(splitLine((0, 0), (100, 100), 100, True))
82 >>> printSegments(splitLine((0, 0), (100, 100), 0, True))
85 >>> printSegments(splitLine((0, 0), (100, 100), 0, False))
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py10 "splitLine",
70 def splitLine(pt1, pt2, where, isHorizontal): function
77 >>> printSegments(splitLine((0, 0), (100, 100), 50, True))
80 >>> printSegments(splitLine((0, 0), (100, 100), 100, True))
82 >>> printSegments(splitLine((0, 0), (100, 100), 0, True))
85 >>> printSegments(splitLine((0, 0), (100, 100), 0, False))

Completed in 289 milliseconds