Home | History | Annotate | Download | only in pathops

Lines Matching refs:c2Max

148                     double c2Max = SkTMin(1., to2 + offset);
153 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
157 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
165 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
166 c1Max, c2Min, c2Max);
168 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
190 c2Max = SkTMin(c2Top, to2 + offset);
195 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
199 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
207 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
208 c1Max, c2Min, c2Max);
210 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
221 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
225 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
233 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
234 c1Max, c2Min, c2Max);
236 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
242 // intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);