Lines Matching refs:c1Max
143 double c1Max = SkTMin(c1Top, to1 + offset);
149 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
153 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
161 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
163 c1Max, c2Min, c2Max);
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
172 c1Max = SkTMin(1., to1 + offset);
191 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
195 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
203 SkDebugf("%.*s %s 2 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
205 c1Max, c2Min, c2Max);
207 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
213 c1Max = SkTMin(c1Top, to1 + offset);
217 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
221 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
229 SkDebugf("%.*s %s 3 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
231 c1Max, c2Min, c2Max);
233 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
239 // intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);