Lines Matching refs:small
910 if int1[0] == 0 and int2[0]==len(subpath)-1:# and small(int1[1]) and small(int2[1]-1) :
1461 def small(a) :
2051 # Some small definitions
2058 # Remove all small segments (segment length < 0.001)
2157 if not ( small(t[0]-1) and small(t[1]) ) and 0<=t[0]<=1 and 0<=t[1]<=1 :
2167 (j-i-1) % (len(subpath)-1) == 0 and small(t[0]-1) and small(t[1]) or
2168 (i-j-1) % (len(subpath)-1) == 0 and small(t[1]-1) and small(t[0]) ) ) :
2249 # Remove small parts