Lines Matching refs:maximum_length
1732 maximum_length, in DrawDashPolygon() local
1801 maximum_length=0.0; in DrawDashPolygon()
1807 maximum_length=hypot(dx,dy); in DrawDashPolygon()
1808 if (maximum_length > MaxBezierCoordinates) in DrawDashPolygon()
1818 for (total_length=0.0; (length >= 0.0) && (maximum_length >= (total_length+length)); ) in DrawDashPolygon()
1825 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1827 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1836 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1838 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1851 length-=(maximum_length-total_length); in DrawDashPolygon()
1858 if ((total_length < maximum_length) && ((n & 0x01) == 0) && (j > 1)) in DrawDashPolygon()