Home | History | Annotate | Download | only in pathops

Lines Matching full:c1min

143                     double c1Min = SkTMax(c1Bottom, to1 - offset);
152 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
156 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
164 SkDebugf("%.*s %s 1 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
165 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
168 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
174 c1Min = SkTMax(0., to1 - offset);
194 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
198 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
206 SkDebugf("%.*s %s 2 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
207 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
210 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
215 c1Min = SkTMax(c1Bottom, to1 - offset);
220 c1Min <= tLimits1[0][1] && tLimits1[0][0] <= c1Max
224 c1Min <= tLimits2[0][1] && tLimits2[0][0] <= c1Max
232 SkDebugf("%.*s %s 3 to1=%1.9g to2=%1.9g c1Min=%1.9g c1Max=%1.9g c2Min=%1.9g"
233 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
236 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
242 // intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);