Home | History | Annotate | Download | only in pathops

Lines Matching refs:c2Max

145                     double c2Max = SkTMin(1., to2 + offset);
150 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
154 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
162 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
163 c1Max, c2Min, c2Max);
165 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
187 c2Max = SkTMin(c2Top, to2 + offset);
192 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
196 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
204 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
205 c1Max, c2Min, c2Max);
207 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
218 && c2Min <= tLimits1[1][1] && tLimits1[1][0] <= c2Max,
222 && c2Min <= tLimits2[1][1] && tLimits2[1][0] <= c2Max,
230 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
231 c1Max, c2Min, c2Max);
233 intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);
239 // intersect(cubic1, c1Min, c1Max, cubic2, c2Min, c2Max, offset, i);