Home | History | Annotate | Download | only in Intersection

Lines Matching full:c1min

157                     double c1Min = SkTMax(c1Bottom, to1 - offset);
165 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
169 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
177 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
178 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, c1Max, c2Min, c2Max);
180 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
186 c1Min = SkTMax(0., to1 - offset);
205 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
209 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
217 SkDebugf("%.*s %s 2 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
218 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, c1Max, c2Min, c2Max);
220 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
225 c1Min = SkTMax(c1Bottom, to1 - offset);
229 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
233 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
241 SkDebugf("%.*s %s 3 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
242 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min, c1Max, c2Min, c2Max);
244 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
253 double c1Min = SkTMax(c1Bottom, to1 - offset);
274 c1Min <= 0.210357794 && 0.210357794 <= c1Max
278 c1Min <= 0.211324707 && 0.211324707 <= c1Max
286 SkDebugf("%s to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
287 " c2Max=%1.9g\n", __FUNCTION__, to1, to2, c1Min, c1Max, c2Min, c2Max);
290 intersect3(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);