Lines Matching refs:c1Min
140 double c1Min = SkTMax(c1Bottom, 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"
162 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
171 c1Min = SkTMax(0., 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"
204 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
207 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
212 c1Min = SkTMax(c1Bottom, 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"
230 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
233 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
239 // intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);