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

/inkscape/po/
H A Dcheck-markup50 while ($str =~ s{<([bisu]|big|su[bp]|small|tt|span)(${attrsRE})>[^<>]*</\1>}{}) {
85 if ($str =~ m{<([bisu]|big|su[bp]|small|tt)\b(?! *)>}) {
90 if ($str =~ m{<([bisu]|big|su[bp]|small|span|tt)${attrsRE}>}) {
95 if ($str =~ m{</\ *([bisu]|big|su[bp]|small|span|tt)\ *>}) {
/inkscape/share/extensions/
H A Dgcodetools.py910 if int1[0] == 0 and int2[0]==len(subpath)-1:# and small(int1[1]) and small(int2[1]-1) :
1461 def small(a) : function
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(
[all...]

Completed in 1503 milliseconds