Lines Matching refs:max
86 gdouble scaling = bndsStroke->max() - bndsStroke->min();
87 Point stroke_origin(bndsStroke->min(), (bndsStrokeY->max()+bndsStrokeY->min())/2);
99 gdouble incrementA = (bndsA.max()-bndsA.min()) / (nrofpaths-1);
100 gdouble incrementB = (bndsB.max()-bndsB.min()) / (nrofpaths-1);
139 if (tA > bndsA.max())
140 tA = bndsA.max();
141 if (tB > bndsB.max())
142 tB = bndsB.max();
173 Point start(bndsX->min(), (bndsY->max()+bndsY->min())/2);
174 Point end(bndsX->max(), (bndsY->max()+bndsY->min())/2);